Class Comment
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Comment
- All Implemented Interfaces:
AddressableEntity
A JIRA comment
- Since:
- v0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommentcreateWithGroupLevel(String body, String groupLevel) static CommentcreateWithRoleLevel(String body, String roleLevel) booleangetBody()org.joda.time.DateTimegetId()getSelf()org.joda.time.DateTimeinthashCode()toString()static Commentboolean
-
Constructor Details
-
Comment
-
-
Method Details
-
valueOf
-
createWithRoleLevel
-
createWithGroupLevel
-
wasUpdated
public boolean wasUpdated() -
getBody
-
getId
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getAuthor
-
getUpdateAuthor
-
getCreationDate
public org.joda.time.DateTime getCreationDate() -
getUpdateDate
public org.joda.time.DateTime getUpdateDate() -
getVisibility
-
toString
-
equals
-
hashCode
public int hashCode()
-