public class FeedResponse extends Object
| Constructor and Description |
|---|
FeedResponse() |
FeedResponse(List<FeedEntry> entries) |
FeedResponse(List<FeedEntry> entries,
long currentSequenceNumber,
boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
long |
currentSequenceNumber() |
List<FeedEntry> |
entries() |
List<Event> |
events() |
boolean |
hasMore() |
Copyright © 2021. All rights reserved.