@ExperimentalApi
public interface RequestTypeGroup
RequestType
in a ServiceDesk
.Modifier and Type | Method and Description |
---|---|
int |
getId() |
String |
getName() |
com.atlassian.fugue.Option<Integer> |
getOrder() |
RequestTypeGroup |
withOrder(com.atlassian.fugue.Option<Integer> order) |
int getId()
RequestTypeGroup
String getName()
RequestTypeGroup
. This name is unique in a single ServiceDesk
.com.atlassian.fugue.Option<Integer> getOrder()
RequestTypeGroup
.RequestTypeGroup withOrder(com.atlassian.fugue.Option<Integer> order)
Copyright © 2017 Atlassian. All rights reserved.