@Deprecated @PublicApi public interface RequestType extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the description of the request type
|
List<RequestTypeGroup> |
getGroups()
Deprecated.
The
RequestTypeGroup that this RequestType belongs to. |
String |
getHelpText()
Deprecated.
Get the help text which provides instruction on how to use the request type.
|
long |
getIconId()
Deprecated.
The id of the icon associated with this request type.
|
int |
getId()
Deprecated.
Gets the id of the request type
|
long |
getIssueTypeId()
Deprecated.
Gets the id of the
IssueType that is associated with this request type |
String |
getName()
Deprecated.
Gets name of the request type
|
int |
getPortalId()
Deprecated.
Gets the id of the portal that this request type belongs to
|
int getId()
int getPortalId()
long getIssueTypeId()
IssueType
that is associated with this request typelong getIconId()
@Nonnull String getDescription()
String getHelpText()
getDescription()
.List<RequestTypeGroup> getGroups()
RequestTypeGroup
that this RequestType
belongs to.Copyright © 2020 Atlassian. All rights reserved.