Class PageRequest
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.pagination.PageRequest
-
public class PageRequest extends Object
Represents the params that define which page the request is after
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_LIMIT
static PageRequest
DEFAULT_PAGE_REQUEST
static int
DEFAULT_START
-
Constructor Summary
Constructors Constructor Description PageRequest(int start, int limit)
-
-
-
Field Detail
-
DEFAULT_START
public static final int DEFAULT_START
- See Also:
- Constant Field Values
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT
- See Also:
- Constant Field Values
-
DEFAULT_PAGE_REQUEST
public static final PageRequest DEFAULT_PAGE_REQUEST
-
-