Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Gets the description of the request type
Get the help text which provides instruction on how to use the request type.
long
The id of the icon associated with this request type.
int
Gets the id of the request type
long
Gets the id of the IssueType
that is associated with this request type
Gets name of the request type
int
Gets the id of the portal that this request type belongs to
Method Details
getId
int getId ()
Gets the id of the request type
getPortalId
int getPortalId ()
Gets the id of the portal that this request type belongs to
getIssueTypeId
long getIssueTypeId ()
Gets the id of the IssueType
that is associated with this request type
getIconId
long getIconId ()
The id of the icon associated with this request type.
getName
Gets name of the request type
getDescription
@Nonnull
String getDescription ()
Gets the description of the request type
getHelpText
Get the help text which provides instruction on how to use the request type. This text
is displayed on the create request form. This text is different from the
getDescription()
.