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 Summary
Enum Constants Enum Constant Description All
Failed
Inprogress
Successful
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLookupsRequest.Status
create(String key)
String
getValue()
static ListLookupsRequest.Status
valueOf(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
-
All
public static final ListLookupsRequest.Status All
-
Successful
public static final ListLookupsRequest.Status Successful
-
Failed
public static final ListLookupsRequest.Status Failed
-
Inprogress
public static final ListLookupsRequest.Status Inprogress
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
create
public static ListLookupsRequest.Status create(String key)
-
-