public final class Acl 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 Calendar 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 |
|---|
Acl() |
| Modifier and Type | Method and Description |
|---|---|
Acl |
clone() |
String |
getEtag()
ETag of the collection.
|
List<AclRule> |
getItems()
List of rules on the access control list.
|
String |
getKind()
Type of the collection ("calendar#acl").
|
String |
getNextPageToken()
Token used to access the next page of this result.
|
Acl |
set(String fieldName,
Object value) |
Acl |
setEtag(String etag)
ETag of the collection.
|
Acl |
setItems(List<AclRule> items)
List of rules on the access control list.
|
Acl |
setKind(String kind)
Type of the collection ("calendar#acl").
|
Acl |
setNextPageToken(String nextPageToken)
Token used to access the next page of this result.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getEtag()
null for nonepublic Acl setEtag(String etag)
etag - etag or null for nonepublic List<AclRule> getItems()
null for nonepublic Acl setItems(List<AclRule> items)
items - items or null for nonepublic String getKind()
null for nonepublic Acl setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Acl setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Acl set(String fieldName, Object value)
set in class GenericJsonpublic Acl clone()
clone in class GenericJson