public static class Dns.ChangeRequestListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Dns.ChangeRequestListOption |
fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields of
ChangeRequest should be returned by the
service. |
int |
hashCode() |
static Dns.ChangeRequestListOption |
pageSize(int pageSize)
The maximum number of change requests to return per RPC.
|
static Dns.ChangeRequestListOption |
pageToken(String pageToken)
Returns an option to specify a page token.
|
static Dns.ChangeRequestListOption |
sortOrder(Dns.SortingOrder order)
Returns an option to specify whether the the change requests should be listed in ascending
(most-recent last) or descending (most-recent first) order with respect to when the change
request was accepted by the server.
|
String |
toString() |
public static Dns.ChangeRequestListOption 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.
public static Dns.ChangeRequestListOption pageToken(String pageToken)
The page token (returned from a previous call to list) indicates from where listing should continue.
public static Dns.ChangeRequestListOption pageSize(int pageSize)
The server can return fewer change requests than requested. When there are more results than the page size, the server will return a page token that can be used to fetch other results.
public static Dns.ChangeRequestListOption sortOrder(Dns.SortingOrder order)
Copyright © 2019 Google LLC. All rights reserved.