public enum ApplicationChangeType extends java.lang.Enum<ApplicationChangeType>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ApplicationChangeType.JsonDeserializer |
protected static class |
ApplicationChangeType.JsonSerializer |
| Enum Constant and Description |
|---|
ENDPOINT_ADDED |
ENDPOINT_CHANGED |
ENDPOINT_REMOVED |
PARAMETER_ADDED |
PARAMETER_CHANGED |
PARAMETER_REMOVED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
Gets
description. |
java.lang.String |
getMessage() |
java.lang.String |
prettyName()
Gets
prettyName. |
static ApplicationChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationChangeType ENDPOINT_CHANGED
public static final ApplicationChangeType ENDPOINT_REMOVED
public static final ApplicationChangeType ENDPOINT_ADDED
public static final ApplicationChangeType PARAMETER_CHANGED
public static final ApplicationChangeType PARAMETER_REMOVED
public static final ApplicationChangeType PARAMETER_ADDED
public static ApplicationChangeType[] values()
for (ApplicationChangeType c : ApplicationChangeType.values()) System.out.println(c);
public static ApplicationChangeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyName()
prettyName.prettyNamepublic java.lang.String description()
description.descriptionpublic java.lang.String getMessage()