Class Version
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Version
- All Implemented Interfaces:
AddressableEntity,NamedEntity
Complete information about a version defined for a JIRA project
- Since:
- v0.1
-
Constructor Details
-
Version
-
-
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
-
getId
-
getDescription
-
getName
- Specified by:
getNamein interfaceNamedEntity
-
isArchived
public boolean isArchived() -
isReleased
public boolean isReleased() -
getReleaseDate
@Nullable public org.joda.time.DateTime getReleaseDate() -
toString
-
equals
-
hashCode
public int hashCode()
-