Package com.oracle.bmc.dts.requests
Enum ListTransferDevicesRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListTransferDevicesRequest.LifecycleState>
-
- com.oracle.bmc.dts.requests.ListTransferDevicesRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListTransferDevicesRequest.LifecycleState>
- Enclosing class:
- ListTransferDevicesRequest
public static enum ListTransferDevicesRequest.LifecycleState extends Enum<ListTransferDevicesRequest.LifecycleState> implements BmcEnum
filtering by lifecycleState
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTransferDevicesRequest.LifecycleState
create(String key)
String
getValue()
static ListTransferDevicesRequest.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTransferDevicesRequest.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Preparing
public static final ListTransferDevicesRequest.LifecycleState Preparing
-
Ready
public static final ListTransferDevicesRequest.LifecycleState Ready
-
Packaged
public static final ListTransferDevicesRequest.LifecycleState Packaged
-
Active
public static final ListTransferDevicesRequest.LifecycleState Active
-
Processing
public static final ListTransferDevicesRequest.LifecycleState Processing
-
Complete
public static final ListTransferDevicesRequest.LifecycleState Complete
-
Missing
public static final ListTransferDevicesRequest.LifecycleState Missing
-
Error
public static final ListTransferDevicesRequest.LifecycleState Error
-
Deleted
public static final ListTransferDevicesRequest.LifecycleState Deleted
-
Cancelled
public static final ListTransferDevicesRequest.LifecycleState Cancelled
-
-
Method Detail
-
values
public static ListTransferDevicesRequest.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 (ListTransferDevicesRequest.LifecycleState c : ListTransferDevicesRequest.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 ListTransferDevicesRequest.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 ListTransferDevicesRequest.LifecycleState create(String key)
-
-