public final class OrganizationOwner
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 |
|---|
OrganizationOwner() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationOwner |
clone() |
java.lang.String |
getDirectoryCustomerId()
The Google for Work customer id used in the Directory API.
|
OrganizationOwner |
set(java.lang.String fieldName,
java.lang.Object value) |
OrganizationOwner |
setDirectoryCustomerId(java.lang.String directoryCustomerId)
The Google for Work customer id used in the Directory API.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDirectoryCustomerId()
null for nonepublic OrganizationOwner setDirectoryCustomerId(java.lang.String directoryCustomerId)
directoryCustomerId - directoryCustomerId or null for nonepublic OrganizationOwner set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OrganizationOwner clone()
clone in class com.google.api.client.json.GenericJson