Class Attachment
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Attachment
- All Implemented Interfaces:
AddressableEntity
A file attachment attached to an issue
- Since:
- v0.1
-
Constructor Details
-
Attachment
-
-
Method Details
-
hasThumbnail
public boolean hasThumbnail() -
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getFilename
-
getAuthor
-
getCreationDate
public org.joda.time.DateTime getCreationDate() -
getSize
public int getSize() -
getMimeType
-
getContentUri
-
getThumbnailUri
-
toString
-
equals
-
hashCode
public int hashCode()
-