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 SummaryEnum Constants Enum Constant Description AcceptedAllFailedInProgressSucceeded
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSourceAssociationsRequest.LifeCycleStatecreate(String key)StringgetValue()static ListSourceAssociationsRequest.LifeCycleStatevalueOf(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- 
Allpublic static final ListSourceAssociationsRequest.LifeCycleState All 
 - 
Acceptedpublic static final ListSourceAssociationsRequest.LifeCycleState Accepted 
 - 
InProgresspublic static final ListSourceAssociationsRequest.LifeCycleState InProgress 
 - 
Succeededpublic static final ListSourceAssociationsRequest.LifeCycleState Succeeded 
 - 
Failedpublic static final ListSourceAssociationsRequest.LifeCycleState Failed 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListSourceAssociationsRequest.LifeCycleState create(String key) 
 
- 
 
-