public static class Dns.ChangeRequestOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Dns.ChangeRequestOption |
fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields of
ChangeRequest should be returned by the
service. |
int |
hashCode() |
String |
toString() |
public static Dns.ChangeRequestOption fields(Dns.ChangeRequestField... fields)
ChangeRequest
should be returned by the
service.
If this option is not provided all change request fields are returned. ChangeRequestOption.fields
can be used to specify only the fields of interest. The ID of the
change request is always returned, even if not specified. Dns.ChangeRequestField
provides
a list of fields that can be used.
Copyright © 2019 Google LLC. All rights reserved.