Class Page<T>
java.lang.Object
com.liferay.change.tracking.rest.client.pagination.Page<T>
- Generated:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()longlonggetPage()longlongbooleanhasNext()booleanstatic <T> Page<T>voidvoidvoidsetItems(Collection<T> items) voidsetPage(long page) voidsetPageSize(long pageSize) voidsetTotalCount(long totalCount) toString()
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
of
-
fetchFirstItem
-
getActions
-
getFacets
-
getItems
-
getLastPage
public long getLastPage() -
getPage
public long getPage() -
getPageSize
public long getPageSize() -
getTotalCount
public long getTotalCount() -
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious() -
setActions
-
setFacets
-
setItems
-
setPage
public void setPage(long page) -
setPageSize
public void setPageSize(long pageSize) -
setTotalCount
public void setTotalCount(long totalCount) -
toString
-