public static enum KeepApplicationConfigInfo.ApplicationStatus extends java.lang.Enum<KeepApplicationConfigInfo.ApplicationStatus>
Enum for Application Status, corresponding to enum in the OpenAPI spec
Enum Constant and Description |
---|
ACTIVE |
APPROVED |
INACTIVE |
REJECTED |
REQUESTED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Convert from enum to string
|
static KeepApplicationConfigInfo.ApplicationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeepApplicationConfigInfo.ApplicationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeepApplicationConfigInfo.ApplicationStatus REQUESTED
public static final KeepApplicationConfigInfo.ApplicationStatus APPROVED
public static final KeepApplicationConfigInfo.ApplicationStatus REJECTED
public static final KeepApplicationConfigInfo.ApplicationStatus ACTIVE
public static final KeepApplicationConfigInfo.ApplicationStatus INACTIVE
public static KeepApplicationConfigInfo.ApplicationStatus[] values()
for (KeepApplicationConfigInfo.ApplicationStatus c : KeepApplicationConfigInfo.ApplicationStatus.values()) System.out.println(c);
public static KeepApplicationConfigInfo.ApplicationStatus 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 getValue()
Convert from enum to string