Interface QueueUpdateParameters
@PublicApi
public interface QueueUpdateParameters
Parameters to update
Queue
.
Examples:
// Parameters to update a queue
QueueUpdateParameters queueUpdateParameters = queueService.newQueueUpdateParameterBuilder(serviceDesk, 50).build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder to construct theQueueUpdateParameters
. -
Method Summary
-
Method Details
-
getQueueId
int getQueueId()- Returns:
- Id of the
Queue
to update
-
getName
- Returns:
- Name of the
Queue
-
getServiceDeskId
int getServiceDeskId()- Returns:
- Service project id of the
Queue
-
getJql
- Returns:
- JQL of the
Queue
-
getOrder
- Returns:
- Order of the
Queue
-
getFields
- Returns:
- The fields that will be returned when querying issues in this
Queue
-