public final class Group 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 |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
Boolean |
getAdminCreated()
Is the group created by admin (Read-only) *
|
List<String> |
getAliases()
List of aliases (Read-only)
|
String |
getDescription()
Description of the group
|
String |
getEmail()
Email of Group
|
String |
getId()
Unique identifier of Group (Read-only)
|
String |
getKind()
Kind of resource this is.
|
String |
getName()
Group name
|
List<String> |
getNonEditableAliases()
List of non editable aliases (Read-only)
|
Group |
set(String fieldName,
Object value) |
Group |
setAdminCreated(Boolean adminCreated)
Is the group created by admin (Read-only) *
|
Group |
setAliases(List<String> aliases)
List of aliases (Read-only)
|
Group |
setDescription(String description)
Description of the group
|
Group |
setEmail(String email)
Email of Group
|
Group |
setId(String id)
Unique identifier of Group (Read-only)
|
Group |
setKind(String kind)
Kind of resource this is.
|
Group |
setName(String name)
Group name
|
Group |
setNonEditableAliases(List<String> nonEditableAliases)
List of non editable aliases (Read-only)
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getAdminCreated()
null for nonepublic Group setAdminCreated(Boolean adminCreated)
adminCreated - adminCreated or null for nonepublic List<String> getAliases()
null for nonepublic Group setAliases(List<String> aliases)
aliases - aliases or null for nonepublic String getDescription()
null for nonepublic Group setDescription(String description)
description - description or null for nonepublic String getEmail()
null for nonepublic Group setEmail(String email)
email - email or null for nonepublic String getId()
null for nonepublic Group setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic Group setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic List<String> getNonEditableAliases()
null for nonepublic Group setNonEditableAliases(List<String> nonEditableAliases)
nonEditableAliases - nonEditableAliases or null for nonepublic Group set(String fieldName, Object value)
set in class GenericJsonpublic Group clone()
clone in class GenericJson