@Generated public enum DeleteTransitionRequestStage extends Enum<DeleteTransitionRequestStage>
| Enum Constant and Description |
|---|
ARCHIVED |
NONE |
PRODUCTION |
STAGING |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTransitionRequestStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteTransitionRequestStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteTransitionRequestStage ARCHIVED
public static final DeleteTransitionRequestStage NONE
public static final DeleteTransitionRequestStage PRODUCTION
public static final DeleteTransitionRequestStage STAGING
public static DeleteTransitionRequestStage[] values()
for (DeleteTransitionRequestStage c : DeleteTransitionRequestStage.values()) System.out.println(c);
public static DeleteTransitionRequestStage 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 nullCopyright © 2024. All rights reserved.