Interface Pageable
- All Known Subinterfaces:
InboxMessageCollectionResponse
,OptOutCollectionResponse
,SentMessageCollectionResponse
- All Known Implementing Classes:
InboxMessageCollectionResponseImpl
,MessageCollectionResponseImpl
,OptOutCollectionResponseImpl
,PageableImpl
,SentMessageCollectionResponseImpl
public interface Pageable
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Gets the count of child elementsGets the startindex of child elementsGets the totalcount of all elements available to be paged.
-
Method Details
-
getStartIndex
Integer getStartIndex()Gets the startindex of child elements- Returns:
- the startindex
-
getCount
Integer getCount()Gets the count of child elements- Returns:
- the count
-
getTotalCount
Integer getTotalCount()Gets the totalcount of all elements available to be paged.- Returns:
- the totalcount
-