Enum ListLookupsRequest.Status
- java.lang.Object
- 
- java.lang.Enum<ListLookupsRequest.Status>
- 
- com.oracle.bmc.loganalytics.requests.ListLookupsRequest.Status
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ListLookupsRequest.Status>
 - Enclosing class:
- ListLookupsRequest
 
 public static enum ListLookupsRequest.Status extends Enum<ListLookupsRequest.Status> implements BmcEnum The lookup status used for filtering when fetching a list of lookups.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AllFailedInprogressSuccessful
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLookupsRequest.Statuscreate(String key)StringgetValue()static ListLookupsRequest.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ListLookupsRequest.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Allpublic static final ListLookupsRequest.Status All 
 - 
Successfulpublic static final ListLookupsRequest.Status Successful 
 - 
Failedpublic static final ListLookupsRequest.Status Failed 
 - 
Inprogresspublic static final ListLookupsRequest.Status Inprogress 
 
- 
 - 
Method Detail- 
valuespublic static ListLookupsRequest.Status[] 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 (ListLookupsRequest.Status c : ListLookupsRequest.Status.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ListLookupsRequest.Status 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 ListLookupsRequest.Status create(String key) 
 
- 
 
-