public static enum DnsRpc.Option extends Enum<DnsRpc.Option>
Enum Constant and Description |
---|
DNS_NAME |
DNS_TYPE |
FIELDS |
NAME |
PAGE_SIZE |
PAGE_TOKEN |
SORTING_ORDER |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static DnsRpc.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsRpc.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DnsRpc.Option FIELDS
public static final DnsRpc.Option PAGE_SIZE
public static final DnsRpc.Option PAGE_TOKEN
public static final DnsRpc.Option DNS_NAME
public static final DnsRpc.Option NAME
public static final DnsRpc.Option DNS_TYPE
public static final DnsRpc.Option SORTING_ORDER
public static DnsRpc.Option[] values()
for (DnsRpc.Option c : DnsRpc.Option.values()) System.out.println(c);
public static DnsRpc.Option 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 value()
Copyright © 2019 Google LLC. All rights reserved.