public final class ListOrgPoliciesRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Resource Manager API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListOrgPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListOrgPoliciesRequest |
clone() |
java.lang.Integer |
getPageSize()
Size of the pages to be returned.
|
java.lang.String |
getPageToken()
Page token used to retrieve the next page.
|
ListOrgPoliciesRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
ListOrgPoliciesRequest |
setPageSize(java.lang.Integer pageSize)
Size of the pages to be returned.
|
ListOrgPoliciesRequest |
setPageToken(java.lang.String pageToken)
Page token used to retrieve the next page.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getPageSize()
null for nonepublic ListOrgPoliciesRequest setPageSize(java.lang.Integer pageSize)
pageSize - pageSize or null for nonepublic java.lang.String getPageToken()
null for nonepublic ListOrgPoliciesRequest setPageToken(java.lang.String pageToken)
pageToken - pageToken or null for nonepublic ListOrgPoliciesRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListOrgPoliciesRequest clone()
clone in class com.google.api.client.json.GenericJson