public final class ListOrgPoliciesResponse extends 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 Cloud Resource Manager API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListOrgPoliciesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListOrgPoliciesResponse |
clone() |
String |
getNextPageToken()
Page token used to retrieve the next page.
|
List<OrgPolicy> |
getPolicies()
The `Policies` that are set on the resource.
|
ListOrgPoliciesResponse |
set(String fieldName,
Object value) |
ListOrgPoliciesResponse |
setNextPageToken(String nextPageToken)
Page token used to retrieve the next page.
|
ListOrgPoliciesResponse |
setPolicies(List<OrgPolicy> policies)
The `Policies` that are set on the resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getNextPageToken()
null for nonepublic ListOrgPoliciesResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<OrgPolicy> getPolicies()
null for nonepublic ListOrgPoliciesResponse setPolicies(List<OrgPolicy> policies)
policies - policies or null for nonepublic ListOrgPoliciesResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListOrgPoliciesResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.