public final class OrgUnit
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 Admin Directory 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 |
---|
OrgUnit() |
Modifier and Type | Method and Description |
---|---|
OrgUnit |
clone() |
java.lang.Boolean |
getBlockInheritance()
Should block inheritance
|
java.lang.String |
getDescription()
Description of OrgUnit
|
java.lang.String |
getEtag()
ETag of the resource.
|
java.lang.String |
getKind()
Kind of resource this is.
|
java.lang.String |
getName()
Name of OrgUnit
|
java.lang.String |
getOrgUnitId()
Id of OrgUnit
|
java.lang.String |
getOrgUnitPath()
Path of OrgUnit
|
java.lang.String |
getParentOrgUnitId()
Id of parent OrgUnit
|
java.lang.String |
getParentOrgUnitPath()
Path of parent OrgUnit
|
OrgUnit |
set(java.lang.String fieldName,
java.lang.Object value) |
OrgUnit |
setBlockInheritance(java.lang.Boolean blockInheritance)
Should block inheritance
|
OrgUnit |
setDescription(java.lang.String description)
Description of OrgUnit
|
OrgUnit |
setEtag(java.lang.String etag)
ETag of the resource.
|
OrgUnit |
setKind(java.lang.String kind)
Kind of resource this is.
|
OrgUnit |
setName(java.lang.String name)
Name of OrgUnit
|
OrgUnit |
setOrgUnitId(java.lang.String orgUnitId)
Id of OrgUnit
|
OrgUnit |
setOrgUnitPath(java.lang.String orgUnitPath)
Path of OrgUnit
|
OrgUnit |
setParentOrgUnitId(java.lang.String parentOrgUnitId)
Id of parent OrgUnit
|
OrgUnit |
setParentOrgUnitPath(java.lang.String parentOrgUnitPath)
Path of parent OrgUnit
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getBlockInheritance()
null
for nonepublic OrgUnit setBlockInheritance(java.lang.Boolean blockInheritance)
blockInheritance
- blockInheritance or null
for nonepublic java.lang.String getDescription()
null
for nonepublic OrgUnit setDescription(java.lang.String description)
description
- description or null
for nonepublic java.lang.String getEtag()
null
for nonepublic OrgUnit setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.lang.String getKind()
null
for nonepublic OrgUnit setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getName()
null
for nonepublic OrgUnit setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getOrgUnitId()
null
for nonepublic OrgUnit setOrgUnitId(java.lang.String orgUnitId)
orgUnitId
- orgUnitId or null
for nonepublic java.lang.String getOrgUnitPath()
null
for nonepublic OrgUnit setOrgUnitPath(java.lang.String orgUnitPath)
orgUnitPath
- orgUnitPath or null
for nonepublic java.lang.String getParentOrgUnitId()
null
for nonepublic OrgUnit setParentOrgUnitId(java.lang.String parentOrgUnitId)
parentOrgUnitId
- parentOrgUnitId or null
for nonepublic java.lang.String getParentOrgUnitPath()
null
for nonepublic OrgUnit setParentOrgUnitPath(java.lang.String parentOrgUnitPath)
parentOrgUnitPath
- parentOrgUnitPath or null
for nonepublic OrgUnit set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public OrgUnit clone()
clone
in class com.google.api.client.json.GenericJson