public class BulkOperationResult<T> extends Object
Constructor and Description |
---|
BulkOperationResult(Iterable<T> issues,
Iterable<BulkOperationErrorResult> errors) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Iterable<BulkOperationErrorResult> |
getErrors() |
Iterable<T> |
getIssues() |
int |
hashCode() |
String |
toString() |
public BulkOperationResult(Iterable<T> issues, Iterable<BulkOperationErrorResult> errors)
public Iterable<BulkOperationErrorResult> getErrors()
Copyright © 2017 Atlassian. All rights reserved.