Class AttachmentViewJsonDto
java.lang.Object
com.atlassian.jira.issue.fields.rest.json.dto.AttachmentViewJsonDto
A Data Transfer Object used for serving information that are required for attachment presentation
- Since:
- v6.5
-
Method Details
-
getId
public long getId() -
isLatest
public boolean isLatest() -
isDeletable
public boolean isDeletable() -
isExpandable
public boolean isExpandable() -
getThumbnailUrl
-
getThumbnailWidth
public int getThumbnailWidth() -
getThumbnailHeight
public int getThumbnailHeight() -
getAttachmentUrl
-
getAuthorDisplayName
-
getAuthorKey
-
getFileSize
-
getFileName
-
getMimeType
-
getCreatedIso8601
public org.joda.time.ReadableInstant getCreatedIso8601() -
getCreatedDateTime
-
isImageFileType
public boolean isImageFileType() -
hashCode
public int hashCode() -
equals
-
toString
-