@Deprecated public class

ErrorCollection

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v1.model.errors.ErrorCollection

This class is deprecated.
Superseded by ErrorCollection

Class Overview

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

Summary

Nested Classes
class ErrorCollection.Builder Builder used to create a new immutable error collection. 
Public Methods
boolean equals(Object o)
Collection<String> getErrorMessages()
Collection<ValidationError> getErrors()
boolean hasAnyErrors()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public Collection<String> getErrorMessages ()

public Collection<ValidationError> getErrors ()

public boolean hasAnyErrors ()

public int hashCode ()

public String toString ()