Class BasicPriority
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.BasicPriority
- All Implemented Interfaces:
AddressableEntity,IdentifiableEntity<Long>,NamedEntity
- Direct Known Subclasses:
Priority
Basic information about selected priority
- Since:
- v0.1
-
Field Summary
Fields inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
name, self -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for idprotected com.google.common.base.MoreObjects.ToStringHelper
-
Constructor Details
-
BasicPriority
-
-
Method Details
-
getId
Getter for id- Specified by:
getIdin interfaceIdentifiableEntity<Long>- Returns:
- the id
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()- Overrides:
getToStringHelperin classAddressableNamedEntity
-