com.atlassian.jira.rest.v1.model.errors
Class ErrorCollection

java.lang.Object
  extended by com.atlassian.jira.rest.v1.model.errors.ErrorCollection

Deprecated. Superseded by ErrorCollection

@Deprecated
public class ErrorCollection
extends Object

A JAXB representation of an ErrorCollection useful for returning via JSON or XML.

Since:
v4.0

Nested Class Summary
static class ErrorCollection.Builder
          Deprecated. Builder used to create a new immutable error collection.
 
Method Summary
 boolean equals(Object o)
          Deprecated.  
 Collection<String> getErrorMessages()
          Deprecated.  
 Collection<ValidationError> getErrors()
          Deprecated.  
 boolean hasAnyErrors()
          Deprecated.  
 int hashCode()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

hasAnyErrors

public boolean hasAnyErrors()
Deprecated. 

getErrorMessages

public Collection<String> getErrorMessages()
Deprecated. 

getErrors

public Collection<ValidationError> getErrors()
Deprecated. 

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.