Enum ListExportsRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListExportsRequest.LifecycleState>
-
- com.oracle.bmc.filestorage.requests.ListExportsRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListExportsRequest.LifecycleState>
- Enclosing class:
- ListExportsRequest
public static enum ListExportsRequest.LifecycleState extends Enum<ListExportsRequest.LifecycleState> implements BmcEnum
Filter results by the specified lifecycle state.Must be a valid state for the resource type.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListExportsRequest.LifecycleState
create(String key)
String
getValue()
static ListExportsRequest.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListExportsRequest.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final ListExportsRequest.LifecycleState Creating
-
Active
public static final ListExportsRequest.LifecycleState Active
-
Updating
public static final ListExportsRequest.LifecycleState Updating
-
Deleting
public static final ListExportsRequest.LifecycleState Deleting
-
Deleted
public static final ListExportsRequest.LifecycleState Deleted
-
Failed
public static final ListExportsRequest.LifecycleState Failed
-
-
Method Detail
-
values
public static ListExportsRequest.LifecycleState[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListExportsRequest.LifecycleState c : ListExportsRequest.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListExportsRequest.LifecycleState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListExportsRequest.LifecycleState create(String key)
-
-