@PublicApi
public interface QueueCreateParameters
Queue
.
Examples:
// Parameters to create a queue
QueueCreateParameters queueCreateParameters = queueService.newQueueCreateParameterBuilder(serviceDesk, "Sample Queue").build();
Modifier and Type | Interface and Description |
---|---|
static interface |
QueueCreateParameters.Builder
Builder to construct the
QueueCreateParameters . |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFields() |
Optional<String> |
getJql() |
String |
getName() |
Optional<Integer> |
getOrder() |
int |
getServiceDeskId() |
int getServiceDeskId()
Queue
Copyright © 2023 Atlassian. All rights reserved.