public static enum RollbackWorkflowDetails.Scope extends Enum<RollbackWorkflowDetails.Scope> implements BmcEnum
rollback Scope
Enum Constant and Description |
---|
ActionGroup |
Target |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static RollbackWorkflowDetails.Scope |
create(String key) |
String |
getValue() |
static RollbackWorkflowDetails.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollbackWorkflowDetails.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RollbackWorkflowDetails.Scope ActionGroup
public static final RollbackWorkflowDetails.Scope Target
public static final RollbackWorkflowDetails.Scope UnknownEnumValue
public static RollbackWorkflowDetails.Scope[] values()
for (RollbackWorkflowDetails.Scope c : RollbackWorkflowDetails.Scope.values()) System.out.println(c);
public static RollbackWorkflowDetails.Scope 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 static RollbackWorkflowDetails.Scope create(String key)
Copyright © 2016–2024. All rights reserved.