@ParametersAreNonnullByDefault public class

ConvertTemporaryAttachmentParams

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.ConvertTemporaryAttachmentParams

Class Overview

Values holder for new attachment (created from the temporary attachment).

Use ConvertTemporaryAttachmentParamsBuilder to instantiate this class.

Summary

Public Methods
static ConvertTemporaryAttachmentParamsBuilder builder()
boolean equals(Object obj)
@Nullable ApplicationUser getAuthor()
String getContentType()
DateTime getCreatedTime()
long getFileSize()
String getFilename()
Issue getIssue()
TemporaryAttachmentId getTemporaryAttachmentId()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ConvertTemporaryAttachmentParamsBuilder builder ()

public boolean equals (Object obj)

@Nullable public ApplicationUser getAuthor ()

public String getContentType ()

public DateTime getCreatedTime ()

public long getFileSize ()

public String getFilename ()

public Issue getIssue ()

public TemporaryAttachmentId getTemporaryAttachmentId ()

public int hashCode ()

public String toString ()