public final class Groups 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 |
|---|
Groups() |
| Modifier and Type | Method and Description |
|---|---|
Groups |
clone() |
List<Group> |
getGroups()
List of group objects.
|
String |
getKind()
Kind of resource this is.
|
String |
getNextPageToken()
Token used to access next page of this result.
|
Groups |
set(String fieldName,
Object value) |
Groups |
setGroups(List<Group> groups)
List of group objects.
|
Groups |
setKind(String kind)
Kind of resource this is.
|
Groups |
setNextPageToken(String nextPageToken)
Token used to access next page of this result.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Groups setGroups(List<Group> groups)
groups - groups or null for nonepublic String getKind()
null for nonepublic Groups setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Groups setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Groups set(String fieldName, Object value)
set in class GenericJsonpublic Groups clone()
clone in class GenericJson