public static enum ListLookupsRequest.Type extends Enum<ListLookupsRequest.Type>
type - possible values are Lookup or Dictionary
| Enum Constant and Description |
|---|
Dictionary |
Lookup |
| Modifier and Type | Method and Description |
|---|---|
static ListLookupsRequest.Type |
create(String key) |
String |
getValue() |
static ListLookupsRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListLookupsRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListLookupsRequest.Type Lookup
public static final ListLookupsRequest.Type Dictionary
public static ListLookupsRequest.Type[] values()
for (ListLookupsRequest.Type c : ListLookupsRequest.Type.values()) System.out.println(c);
public static ListLookupsRequest.Type 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.Type create(String key)
Copyright © 2016–2021. All rights reserved.