Class PageableImpl
java.lang.Object
esendex.sdk.java.model.domain.impl.PageableImpl
- All Implemented Interfaces:
Pageable
- Direct Known Subclasses:
MessageCollectionResponseImpl
,OptOutCollectionResponseImpl
-
Constructor Summary
Constructors -
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.protected void
protected void
setStartIndex
(Integer startIndex) protected void
setTotalCount
(Integer totalCount) toString()
-
Constructor Details
-
PageableImpl
public PageableImpl()
-
-
Method Details
-
getStartIndex
Gets the startindex of child elements- Specified by:
getStartIndex
in interfacePageable
- Returns:
- the startindex
-
getCount
Gets the count of child elements -
getTotalCount
Gets the totalcount of all elements available to be paged.- Specified by:
getTotalCount
in interfacePageable
- Returns:
- the totalcount
-
setStartIndex
-
setCount
-
setTotalCount
-
toString
-