public class

StoreAttachmentResult

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

Summary

Nested Classes
enum StoreAttachmentResult.ResultType  
Public Constructors
StoreAttachmentResult(StoreAttachmentResult.ResultType resultType)
Public Methods
static StoreAttachmentResult created()
boolean equals(Object o)
StoreAttachmentResult.ResultType getResultType()
int hashCode()
static StoreAttachmentResult updated()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StoreAttachmentResult (StoreAttachmentResult.ResultType resultType)

Public Methods

public static StoreAttachmentResult created ()

public boolean equals (Object o)

public StoreAttachmentResult.ResultType getResultType ()

public int hashCode ()

public static StoreAttachmentResult updated ()