public static enum ListLookupsRequest.Status extends Enum<ListLookupsRequest.Status>
The lookup status used for filtering when fetching a list of lookups.
| Enum Constant and Description |
|---|
All |
Failed |
Inprogress |
Succesful |
| 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 Succesful
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 String getValue()
public static ListLookupsRequest.Status create(String key)
Copyright © 2016–2021. All rights reserved.