@Immutable public class

AttachmentViewJsonDto

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.dto.AttachmentViewJsonDto

Class Overview

A Data Transfer Object used for serving information that are required for attachment presentation

Summary

Public Methods
boolean equals(Object obj)
URI getAttachmentUrl()
String getAuthorDisplayName()
String getAuthorKey()
String getCreatedDateTime()
ReadableInstant getCreatedIso8601()
String getFileName()
String getFileSize()
long getId()
String getMimeType()
int getThumbnailHeight()
URI getThumbnailUrl()
int getThumbnailWidth()
int hashCode()
boolean isDeletable()
boolean isExpandable()
boolean isLatest()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object obj)

public URI getAttachmentUrl ()

public String getAuthorDisplayName ()

public String getAuthorKey ()

public String getCreatedDateTime ()

public ReadableInstant getCreatedIso8601 ()

public String getFileName ()

public String getFileSize ()

public long getId ()

public String getMimeType ()

public int getThumbnailHeight ()

public URI getThumbnailUrl ()

public int getThumbnailWidth ()

public int hashCode ()

public boolean isDeletable ()

public boolean isExpandable ()

public boolean isLatest ()

public String toString ()