Enum ListSourceAssociationsRequest.LifeCycleState
- java.lang.Object
-
- java.lang.Enum<ListSourceAssociationsRequest.LifeCycleState>
-
- com.oracle.bmc.loganalytics.requests.ListSourceAssociationsRequest.LifeCycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListSourceAssociationsRequest.LifeCycleState>
- Enclosing class:
- ListSourceAssociationsRequest
public static enum ListSourceAssociationsRequest.LifeCycleState extends Enum<ListSourceAssociationsRequest.LifeCycleState> implements BmcEnum
The life cycle state used for filtering.Only associations with the specified life cycle state will be returned.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Accepted
All
Failed
InProgress
Succeeded
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSourceAssociationsRequest.LifeCycleState
create(String key)
String
getValue()
static ListSourceAssociationsRequest.LifeCycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSourceAssociationsRequest.LifeCycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
All
public static final ListSourceAssociationsRequest.LifeCycleState All
-
Accepted
public static final ListSourceAssociationsRequest.LifeCycleState Accepted
-
InProgress
public static final ListSourceAssociationsRequest.LifeCycleState InProgress
-
Succeeded
public static final ListSourceAssociationsRequest.LifeCycleState Succeeded
-
Failed
public static final ListSourceAssociationsRequest.LifeCycleState Failed
-
-
Method Detail
-
values
public static ListSourceAssociationsRequest.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 (ListSourceAssociationsRequest.LifeCycleState c : ListSourceAssociationsRequest.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 ListSourceAssociationsRequest.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 ListSourceAssociationsRequest.LifeCycleState create(String key)
-
-