Package com.oracle.bmc.dts.requests
Enum ListTransferPackagesRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListTransferPackagesRequest.LifecycleState>
-
- com.oracle.bmc.dts.requests.ListTransferPackagesRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListTransferPackagesRequest.LifecycleState>
- Enclosing class:
- ListTransferPackagesRequest
public static enum ListTransferPackagesRequest.LifecycleState extends Enum<ListTransferPackagesRequest.LifecycleState> implements BmcEnum
filtering by lifecycleState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Cancelled
CancelledReturned
Deleted
Preparing
Processed
Processing
Received
Returned
Shipping
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTransferPackagesRequest.LifecycleState
create(String key)
String
getValue()
static ListTransferPackagesRequest.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTransferPackagesRequest.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 ListTransferPackagesRequest.LifecycleState Preparing
-
Shipping
public static final ListTransferPackagesRequest.LifecycleState Shipping
-
Received
public static final ListTransferPackagesRequest.LifecycleState Received
-
Processing
public static final ListTransferPackagesRequest.LifecycleState Processing
-
Processed
public static final ListTransferPackagesRequest.LifecycleState Processed
-
Returned
public static final ListTransferPackagesRequest.LifecycleState Returned
-
Deleted
public static final ListTransferPackagesRequest.LifecycleState Deleted
-
Cancelled
public static final ListTransferPackagesRequest.LifecycleState Cancelled
-
CancelledReturned
public static final ListTransferPackagesRequest.LifecycleState CancelledReturned
-
-
Method Detail
-
values
public static ListTransferPackagesRequest.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 (ListTransferPackagesRequest.LifecycleState c : ListTransferPackagesRequest.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 ListTransferPackagesRequest.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 ListTransferPackagesRequest.LifecycleState create(String key)
-
-