Interface QueueRequestQuery
@PublicApi
public interface QueueRequestQuery
Parameters to query
Issue
inside an existing Queue
.
Examples:
// Query a page of issue inside a queue
QueueQuery query = queueService.newRequestQueryBuilder().serviceDeskId(1).queueId(10).build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder to construct theQueueRequestQuery
. -
Method Summary
Modifier and TypeMethodDescriptionPagination parameterint
queueId()
ID of an existingQueue
whose issues will be returnedint
ID of theServiceDesk
owning theQueue
-
Method Details
-
queueId
int queueId()ID of an existingQueue
whose issues will be returned -
serviceDeskId
int serviceDeskId()ID of theServiceDesk
owning theQueue
-
pagedRequest
LimitedPagedRequest pagedRequest()Pagination parameter
-