Class PageRequest
java.lang.Object
com.atlassian.bamboo.rest.model.pagination.PageRequest
Represents the params that define which page the request is after
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_START
public static final int DEFAULT_START- See Also:
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT- See Also:
-
DEFAULT_PAGE_REQUEST
-
-
Constructor Details
-
PageRequest
@Inject public PageRequest() -
PageRequest
public PageRequest(int start, int limit)
-
-
Method Details
-
getStart
public int getStart() -
getLimit
public int getLimit()
-