LAST_PAGE_PROPERTY, LIMIT_PROPERTY, SIZE_PROPERTY, START_PROPERTY, VALUES_PROPERTY
Constructor and Description |
---|
VersionedRestPage(List<T> results,
int size,
int start,
int limit,
int totalCount,
boolean isLastPage,
boolean upToDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static <T> VersionedRestPage<T> |
fromList(List<T> results,
int totalCount,
boolean isUpToDate,
RestPageRequest pageRequest) |
int |
getTotalCount() |
int |
hashCode() |
boolean |
isUpToDate() |
allResultsToLongMax, fromListPlusOne, fromListPlusOne, getLimit, getResults, getSize, getStart, isLastPage, limitPlusOne, toString
public static <T> VersionedRestPage<T> fromList(List<T> results, int totalCount, boolean isUpToDate, RestPageRequest pageRequest)
public boolean isUpToDate()
public int getTotalCount()
Copyright © 2021 Atlassian. All rights reserved.