public static enum Dns.ChangeRequestField extends Enum<Dns.ChangeRequestField> implements FieldSelector
These values can be used to specify the fields to include in a partial response when calling
Dns.applyChangeRequest(String, ChangeRequestInfo, ChangeRequestOption...)
The ID is
always returned even if not selected.
FieldSelector.Helper
Enum Constant and Description |
---|
ADDITIONS |
DELETIONS |
ID |
START_TIME |
STATUS |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static Dns.ChangeRequestField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dns.ChangeRequestField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dns.ChangeRequestField ID
public static final Dns.ChangeRequestField START_TIME
public static final Dns.ChangeRequestField STATUS
public static final Dns.ChangeRequestField ADDITIONS
public static final Dns.ChangeRequestField DELETIONS
public static Dns.ChangeRequestField[] values()
for (Dns.ChangeRequestField c : Dns.ChangeRequestField.values()) System.out.println(c);
public static Dns.ChangeRequestField 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 getSelector()
FieldSelector
getSelector
in interface FieldSelector
Copyright © 2019 Google LLC. All rights reserved.