Interface QueueQuery.Builder
- Enclosing interface:
- QueueQuery
@PublicApi
public static interface QueueQuery.Builder
Builder to construct the
QueueQuery
.
A LimitedPagedRequest
is always constructed in the query parameter,
and used the default value if none is provided.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
includeIssueCount
(boolean includeIssueCount) Set whether to include issue count for the returned queues or not.pagedRequest
(PagedRequest pagedRequest) queueId
(int queueId) serviceDeskId
(int serviceDeskId)
-
Method Details
-
serviceDeskId
-
queueId
-
includeIssueCount
Set whether to include issue count for the returned queues or not. Default to false -
pagedRequest
-
build
QueueQuery build()
-