public class ScrollableUserCollection extends ScrollableTypedDataCollection<User>
page, scrollParam, type| Constructor and Description |
|---|
ScrollableUserCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<User> |
getPage() |
ScrollableUserCollection |
scroll() |
getScrollParam, getTypepublic ScrollableUserCollection scroll()
scroll in class ScrollableTypedDataCollection<User>public java.util.List<User> getPage()
getPage in class ScrollableTypedDataCollection<User>