Package org.alfresco.search.model
Class RequestPagination
- java.lang.Object
-
- org.alfresco.search.model.RequestPagination
-
@Validated public class RequestPagination extends Object
RequestPagination
-
-
Constructor Summary
Constructors Constructor Description RequestPagination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Min(1L) IntegergetMaxItems()The maximum number of items to return in the query results minimum: 1@Min(0L) IntegergetSkipCount()The number of items to skip from the start of the query set minimum: 0inthashCode()RequestPaginationmaxItems(Integer maxItems)voidsetMaxItems(Integer maxItems)voidsetSkipCount(Integer skipCount)RequestPaginationskipCount(Integer skipCount)StringtoString()
-
-
-
Method Detail
-
maxItems
public RequestPagination maxItems(Integer maxItems)
-
getMaxItems
@Min(1L) public @Min(1L) Integer getMaxItems()
The maximum number of items to return in the query results minimum: 1- Returns:
- maxItems
-
setMaxItems
public void setMaxItems(Integer maxItems)
-
skipCount
public RequestPagination skipCount(Integer skipCount)
-
getSkipCount
@Min(0L) public @Min(0L) Integer getSkipCount()
The number of items to skip from the start of the query set minimum: 0- Returns:
- skipCount
-
setSkipCount
public void setSkipCount(Integer skipCount)
-
-