Class BasicComponent
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicComponent
- All Implemented Interfaces:
AddressableEntity,NamedEntity
- Direct Known Subclasses:
Component
Basic information about a project component
- Since:
- v0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicComponent
-
-
Method Details
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getName
- Specified by:
getNamein interfaceNamedEntity
-
getId
-
getDescription
- Returns:
- optional description for this project (as defined by the project admin)
-
toString
-
equals
-
hashCode
public int hashCode()
-