public final class SearchOrganizationsResponse
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 |
---|
SearchOrganizationsResponse() |
Modifier and Type | Method and Description |
---|---|
SearchOrganizationsResponse |
clone() |
java.lang.String |
getNextPageToken()
A pagination token to be used to retrieve the next page of results.
|
java.util.List<Organization> |
getOrganizations()
The list of Organizations that matched the search query, possibly paginated.
|
SearchOrganizationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
SearchOrganizationsResponse |
setNextPageToken(java.lang.String nextPageToken)
A pagination token to be used to retrieve the next page of results.
|
SearchOrganizationsResponse |
setOrganizations(java.util.List<Organization> organizations)
The list of Organizations that matched the search query, possibly paginated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getNextPageToken()
null
for nonepublic SearchOrganizationsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.util.List<Organization> getOrganizations()
null
for nonepublic SearchOrganizationsResponse setOrganizations(java.util.List<Organization> organizations)
organizations
- organizations or null
for nonepublic SearchOrganizationsResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SearchOrganizationsResponse clone()
clone
in class com.google.api.client.json.GenericJson