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 and Description |
---|
All |
Failed |
Inprogress |
Successful |
Modifier and Type | Method and 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.
|
public static final ListLookupsRequest.Status All
public static final ListLookupsRequest.Status Successful
public static final ListLookupsRequest.Status Failed
public static final ListLookupsRequest.Status Inprogress
public static ListLookupsRequest.Status[] values()
for (ListLookupsRequest.Status c : ListLookupsRequest.Status.values()) System.out.println(c);
public static ListLookupsRequest.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListLookupsRequest.Status create(String key)
Copyright © 2016–2024. All rights reserved.