Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
ApprovalQuery.pagedRequest() |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
ServiceDeskCommentQuery.pagedRequest() |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
UsersInOrganizationQuery.pagedRequest()
To query a page
LimitedPagedRequest |
LimitedPagedRequest |
OrganizationsQuery.pagedRequest() |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
QueueRequestQuery.pagedRequest()
Pagination parameter
|
LimitedPagedRequest |
QueueQuery.pagedRequest()
Pagination control.
|
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
CustomerRequestStatusQuery.pagedRequest()
To request a page of
CustomerRequest.CustomerRequestStatus |
LimitedPagedRequest |
CustomerRequestQuery.pagedRequest()
To request a page of
CustomerRequest |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
RequestParticipantQuery.pagedRequest()
Pagination query
|
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
CustomerTransitionQuery.pagedRequest()
To request a page of
CustomerTransition |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
RequestTypeQuery.pagedRequest()
To query a page
LimitedPagedRequest of RequestType |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
SlaInformationQuery.pagedRequest() |
Modifier and Type | Class and Description |
---|---|
class |
LimitedPagedRequestImpl |
Modifier and Type | Method and Description |
---|---|
static LimitedPagedRequest |
LimitedPagedRequestImpl.create(int maxLimit) |
static LimitedPagedRequest |
LimitedPagedRequestImpl.create(int start,
int limit,
int maxLimit) |
static LimitedPagedRequest |
LimitedPagedRequestImpl.create(PagedRequest request,
int maxLimit) |
Modifier and Type | Method and Description |
---|---|
static <T> PagedResponseImpl<T> |
PagedResponseImpl.empty(boolean hasMore,
LimitedPagedRequest request)
Returns an empty PagedResponse
|
static <T> PagedResponse<T> |
PagedResponseImpl.filteredPageResponse(LimitedPagedRequest limitedPagedRequest,
List<T> items,
com.google.common.base.Predicate<? super T> predicate)
Reduces a list of items for a limited request by the predicate provided.
|
PagedResponseImpl.Builder<T> |
PagedResponseImpl.Builder.pageRequest(LimitedPagedRequest limitedPagedRequest) |
static <T> PagedResponse<T> |
PagedResponseImpl.sortAndToPagedResponse(LimitedPagedRequest limitedPagedRequest,
List<T> items,
Comparator<T> comparator)
Use the provided
Comparator to sort and reduces a list of items to the system enforced limited page size. |
static <T> PagedResponse<T> |
PagedResponseImpl.toPagedResponse(LimitedPagedRequest limitedPagedRequest,
List<T> items)
Reduces a list of items to the system enforced limited page size.
|
Constructor and Description |
---|
SimplePagedRequest(LimitedPagedRequest request) |
Copyright © 2019 Atlassian. All rights reserved.