|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.rest.v1.model.errors.ErrorCollection
ErrorCollection
@Deprecated public class ErrorCollection
A JAXB representation of an ErrorCollection
useful for returning via JSON or XML.
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 |
---|
public boolean hasAnyErrors()
public Collection<String> getErrorMessages()
public Collection<ValidationError> getErrors()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |