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()
long
long
getPage()
long
long
boolean
hasNext()
boolean
static <T> Page<T>
void
void
void
setItems
(Collection<T> items) void
setPage
(long page) void
setPageSize
(long pageSize) void
setTotalCount
(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
-