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