Class PaginationMetadata
java.lang.Object
org.activiti.cloud.alfresco.rest.model.PaginationMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionPaginationMetadata(long skipCount, long maxItems, long count, boolean hasMoreItems, long totalItems) -
Method Summary
-
Constructor Details
-
PaginationMetadata
public PaginationMetadata() -
PaginationMetadata
public PaginationMetadata(long skipCount, long maxItems, long count, boolean hasMoreItems, long totalItems)
-
-
Method Details
-
getSkipCount
public long getSkipCount() -
getMaxItems
public long getMaxItems() -
getCount
public long getCount() -
isHasMoreItems
public boolean isHasMoreItems() -
getTotalItems
public long getTotalItems()
-