@PublicApi @Deprecated public interface RequestTypeGroup extends Serializable
RequestType
in a ServiceDesk
.Modifier and Type | Method and Description |
---|---|
int |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
com.atlassian.fugue.Option<Integer> |
getOrder()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
int getId()
RequestTypeGroup
String getName()
RequestTypeGroup
. This name is unique in a single ServiceDesk
.@Deprecated com.atlassian.fugue.Option<Integer> getOrder()
RequestTypeGroup
.Copyright © 2020 Atlassian. All rights reserved.