public static enum RefreshActivity.LifecycleDetails extends Enum<RefreshActivity.LifecycleDetails> implements BmcEnum
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Enum Constant and Description |
---|
None |
Rollbackaccepted |
Rollbackfailed |
Rollbackinprogress |
Rollbacksucceeded |
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 RefreshActivity.LifecycleDetails |
create(String key) |
String |
getValue() |
static RefreshActivity.LifecycleDetails |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshActivity.LifecycleDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshActivity.LifecycleDetails None
public static final RefreshActivity.LifecycleDetails Rollbackaccepted
public static final RefreshActivity.LifecycleDetails Rollbackinprogress
public static final RefreshActivity.LifecycleDetails Rollbacksucceeded
public static final RefreshActivity.LifecycleDetails Rollbackfailed
public static final RefreshActivity.LifecycleDetails UnknownEnumValue
public static RefreshActivity.LifecycleDetails[] values()
for (RefreshActivity.LifecycleDetails c : RefreshActivity.LifecycleDetails.values()) System.out.println(c);
public static RefreshActivity.LifecycleDetails 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 RefreshActivity.LifecycleDetails create(String key)
Copyright © 2016–2024. All rights reserved.