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: http://code.google.com/p/google-http-java-client/wiki/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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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.GenericJson
public OrganizationOwner clone()
clone
in class com.google.api.client.json.GenericJson