Package com.acumenvelocity.ath.model
Enum GetDocumentStatus200Response.StatusEnum
- java.lang.Object
-
- java.lang.Enum<GetDocumentStatus200Response.StatusEnum>
-
- com.acumenvelocity.ath.model.GetDocumentStatus200Response.StatusEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetDocumentStatus200Response.StatusEnum>
- Enclosing class:
- GetDocumentStatus200Response
public static enum GetDocumentStatus200Response.StatusEnum extends Enum<GetDocumentStatus200Response.StatusEnum>
Document processing failed
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDocumentStatus200Response.StatusEnumfromValue(String text)StringtoString()static GetDocumentStatus200Response.StatusEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetDocumentStatus200Response.StatusEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILED
public static final GetDocumentStatus200Response.StatusEnum FAILED
-
-
Method Detail
-
values
public static GetDocumentStatus200Response.StatusEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetDocumentStatus200Response.StatusEnum c : GetDocumentStatus200Response.StatusEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetDocumentStatus200Response.StatusEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<GetDocumentStatus200Response.StatusEnum>
-
fromValue
public static GetDocumentStatus200Response.StatusEnum fromValue(String text)
-
-