@Immutable public class

AttachmentsBulkOperationResult

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.AttachmentsBulkOperationResult<T>

Class Overview

Holds results and errors from bulk operation on attachments.

Summary

Public Constructors
AttachmentsBulkOperationResult(List<AttachmentError> errors, List<T> results)
AttachmentsBulkOperationResult(Pair<List<AttachmentError>, List<T>> errorAndResult)
Public Methods
boolean equals(Object obj)
List<AttachmentError> getErrors()
List<T> getResults()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AttachmentsBulkOperationResult (List<AttachmentError> errors, List<T> results)

public AttachmentsBulkOperationResult (Pair<List<AttachmentError>, List<T>> errorAndResult)

Public Methods

public boolean equals (Object obj)

public List<AttachmentError> getErrors ()

public List<T> getResults ()

public int hashCode ()

public String toString ()