public final class SearchOrganizationsRequest
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 |
---|
SearchOrganizationsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchOrganizationsRequest |
clone() |
java.lang.String |
getFilter()
An optional query string used to filter the Organizations to return in the response.
|
java.lang.Integer |
getPageSize()
The maximum number of Organizations to return in the response.
|
java.lang.String |
getPageToken()
A pagination token returned from a previous call to `SearchOrganizations` that indicates from
where listing should continue.
|
SearchOrganizationsRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SearchOrganizationsRequest |
setFilter(java.lang.String filter)
An optional query string used to filter the Organizations to return in the response.
|
SearchOrganizationsRequest |
setPageSize(java.lang.Integer pageSize)
The maximum number of Organizations to return in the response.
|
SearchOrganizationsRequest |
setPageToken(java.lang.String pageToken)
A pagination token returned from a previous call to `SearchOrganizations` that indicates from
where listing should continue.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getFilter()
null
for nonepublic SearchOrganizationsRequest setFilter(java.lang.String filter)
filter
- filter or null
for nonepublic java.lang.Integer getPageSize()
null
for nonepublic SearchOrganizationsRequest setPageSize(java.lang.Integer pageSize)
pageSize
- pageSize or null
for nonepublic java.lang.String getPageToken()
null
for nonepublic SearchOrganizationsRequest setPageToken(java.lang.String pageToken)
pageToken
- pageToken or null
for nonepublic SearchOrganizationsRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SearchOrganizationsRequest clone()
clone
in class com.google.api.client.json.GenericJson