public class BoxPagingRequestObject extends BoxDefaultRequestObject
Modifier and Type | Method and Description |
---|---|
static BoxPagingRequestObject |
pagingRequestObject(int limit,
int offset)
BoxPagingRequestObject for get a paged list.
|
getFromEntity, getJSONEntity, getRequestExtras, put, setPage
public static BoxPagingRequestObject pagingRequestObject(int limit, int offset)
limit
- the number of items to return. default is 100, max is 1000.offset
- the item at which to begin the response, default is 0.