@Immutable public class AttachmentViewJsonDto extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
URI |
getAttachmentUrl() |
String |
getAuthorDisplayName() |
String |
getAuthorKey() |
String |
getCreatedDateTime() |
org.joda.time.ReadableInstant |
getCreatedIso8601() |
String |
getFileName() |
String |
getFileSize() |
long |
getId() |
String |
getMimeType() |
int |
getThumbnailHeight() |
URI |
getThumbnailUrl() |
int |
getThumbnailWidth() |
int |
hashCode() |
boolean |
isDeletable() |
boolean |
isExpandable() |
boolean |
isImageFileType() |
boolean |
isLatest() |
String |
toString() |
public long getId()
public boolean isLatest()
public boolean isDeletable()
public boolean isExpandable()
public URI getThumbnailUrl()
public int getThumbnailWidth()
public int getThumbnailHeight()
public URI getAttachmentUrl()
public String getAuthorDisplayName()
public String getAuthorKey()
public String getFileSize()
public String getFileName()
public String getMimeType()
public org.joda.time.ReadableInstant getCreatedIso8601()
public String getCreatedDateTime()
public boolean isImageFileType()
Copyright © 2002-2018 Atlassian. All Rights Reserved.