public enum HSMStatus extends Enum<HSMStatus>
| Enum Constant and Description |
|---|
APPROVED |
DELETED |
DISABLED |
NEW |
PAUSED |
PENDING |
PENDING_DELETION |
REJECTED |
| Modifier and Type | Method and Description |
|---|---|
static HSMStatus |
forValue(String value) |
String |
getStatus() |
String |
toJson() |
String |
toString() |
static HSMStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSMStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSMStatus NEW
public static final HSMStatus APPROVED
public static final HSMStatus PENDING
public static final HSMStatus REJECTED
public static final HSMStatus PENDING_DELETION
public static final HSMStatus DELETED
public static final HSMStatus DISABLED
public static final HSMStatus PAUSED
public static HSMStatus[] values()
for (HSMStatus c : HSMStatus.values()) System.out.println(c);
public static HSMStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toJson()
public String getStatus()
Copyright © 2024. All rights reserved.