com.atlassian.jira.rest.client.api.domain
Class BulkOperationResult<T>

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.BulkOperationResult<T>

public class BulkOperationResult<T>
extends Object

Basic representation of a JIRA issues and errors created using batch operation.

Since:
v2.0

Constructor Summary
BulkOperationResult(Iterable<T> issues, Iterable<BulkOperationErrorResult> errors)
           
 
Method Summary
 boolean equals(Object obj)
           
 Iterable<BulkOperationErrorResult> getErrors()
           
 Iterable<T> getIssues()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkOperationResult

public BulkOperationResult(Iterable<T> issues,
                           Iterable<BulkOperationErrorResult> errors)
Method Detail

getIssues

public Iterable<T> getIssues()

getErrors

public Iterable<BulkOperationErrorResult> getErrors()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Atlassian. All Rights Reserved.