@Immutable public class AttachmentsBulkOperationResult<T> extends Object
Constructor and Description |
---|
AttachmentsBulkOperationResult(List<AttachmentError> errors,
List<T> results) |
AttachmentsBulkOperationResult(com.atlassian.fugue.Pair<List<AttachmentError>,List<T>> errorAndResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AttachmentError> |
getErrors() |
List<T> |
getResults() |
int |
hashCode() |
String |
toString() |
public AttachmentsBulkOperationResult(List<AttachmentError> errors, List<T> results)
public AttachmentsBulkOperationResult(com.atlassian.fugue.Pair<List<AttachmentError>,List<T>> errorAndResult)
public List<AttachmentError> getErrors()
Copyright © 2002-2017 Atlassian. All Rights Reserved.