Interface Pageable

All Known Subinterfaces:
InboxMessageCollectionResponse, OptOutCollectionResponse, SentMessageCollectionResponse
All Known Implementing Classes:
InboxMessageCollectionResponseImpl, MessageCollectionResponseImpl, OptOutCollectionResponseImpl, PageableImpl, SentMessageCollectionResponseImpl

public interface Pageable
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the count of child elements
    Gets the startindex of child elements
    Gets 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