public final class OrgUnit extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrgUnit() |
| Modifier and Type | Method and Description |
|---|---|
OrgUnit |
clone() |
Boolean |
getBlockInheritance()
Should block inheritance
|
String |
getDescription()
Description of OrgUnit
|
String |
getKind()
Kind of resource this is.
|
String |
getName()
Name of OrgUnit
|
String |
getOrgUnitPath()
Path of OrgUnit
|
String |
getParentOrgUnitPath()
Path of parent OrgUnit
|
OrgUnit |
set(String fieldName,
Object value) |
OrgUnit |
setBlockInheritance(Boolean blockInheritance)
Should block inheritance
|
OrgUnit |
setDescription(String description)
Description of OrgUnit
|
OrgUnit |
setKind(String kind)
Kind of resource this is.
|
OrgUnit |
setName(String name)
Name of OrgUnit
|
OrgUnit |
setOrgUnitPath(String orgUnitPath)
Path of OrgUnit
|
OrgUnit |
setParentOrgUnitPath(String parentOrgUnitPath)
Path of parent OrgUnit
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getBlockInheritance()
null for nonepublic OrgUnit setBlockInheritance(Boolean blockInheritance)
blockInheritance - blockInheritance or null for nonepublic String getDescription()
null for nonepublic OrgUnit setDescription(String description)
description - description or null for nonepublic String getKind()
null for nonepublic OrgUnit setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic String getOrgUnitPath()
null for nonepublic OrgUnit setOrgUnitPath(String orgUnitPath)
orgUnitPath - orgUnitPath or null for nonepublic String getParentOrgUnitPath()
null for nonepublic OrgUnit setParentOrgUnitPath(String parentOrgUnitPath)
parentOrgUnitPath - parentOrgUnitPath or null for nonepublic OrgUnit set(String fieldName, Object value)
set in class GenericJsonpublic OrgUnit clone()
clone in class GenericJson