ErrorCollection
@Deprecated public class ErrorCollection extends Object
ErrorCollection
useful for returning via JSON or XML.Modifier and Type | Class and Description |
---|---|
static class |
ErrorCollection.Builder
Deprecated.
Builder used to create a new immutable error collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
Collection<String> |
getErrorMessages()
Deprecated.
|
Collection<ValidationError> |
getErrors()
Deprecated.
|
boolean |
hasAnyErrors()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public boolean hasAnyErrors()
public Collection<String> getErrorMessages()
public Collection<ValidationError> getErrors()
Copyright © 2002-2015 Atlassian. All Rights Reserved.