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