Package com.oracle.bmc.limits.requests
Enum ListQuotasRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListQuotasRequest.LifecycleState>
-
- com.oracle.bmc.limits.requests.ListQuotasRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListQuotasRequest.LifecycleState>
- Enclosing class:
- ListQuotasRequest
public static enum ListQuotasRequest.LifecycleState extends Enum<ListQuotasRequest.LifecycleState> implements BmcEnum
Filters returned quotas based on the given state.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Active
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListQuotasRequest.LifecycleState
create(String key)
String
getValue()
static ListQuotasRequest.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListQuotasRequest.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Active
public static final ListQuotasRequest.LifecycleState Active
-
-
Method Detail
-
values
public static ListQuotasRequest.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 (ListQuotasRequest.LifecycleState c : ListQuotasRequest.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 ListQuotasRequest.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 ListQuotasRequest.LifecycleState create(String key)
-
-