Package org.alfresco.search.model
Class RequestPagination
java.lang.Object
org.alfresco.search.model.RequestPagination
RequestPagination
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Min(1L) IntegerThe maximum number of items to return in the query results minimum: 1@Min(0L) IntegerThe number of items to skip from the start of the query set minimum: 0inthashCode()voidsetMaxItems(Integer maxItems) voidsetSkipCount(Integer skipCount) toString()
-
Constructor Details
-
RequestPagination
public RequestPagination()
-
-
Method Details
-
maxItems
-
getMaxItems
The maximum number of items to return in the query results minimum: 1- Returns:
- maxItems
-
setMaxItems
-
skipCount
-
getSkipCount
The number of items to skip from the start of the query set minimum: 0- Returns:
- skipCount
-
setSkipCount
-
equals
-
hashCode
public int hashCode() -
toString
-