public final class Acl
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 Calendar API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Acl() |
Modifier and Type | Method and Description |
---|---|
Acl |
clone() |
java.lang.String |
getEtag()
ETag of the collection.
|
java.util.List<AclRule> |
getItems()
List of rules on the access control list.
|
java.lang.String |
getKind()
Type of the collection ("calendar#acl").
|
java.lang.String |
getNextPageToken()
Token used to access the next page of this result.
|
java.lang.String |
getNextSyncToken()
Token used at a later point in time to retrieve only the entries that have changed since this
result was returned.
|
Acl |
set(java.lang.String fieldName,
java.lang.Object value) |
Acl |
setEtag(java.lang.String etag)
ETag of the collection.
|
Acl |
setItems(java.util.List<AclRule> items)
List of rules on the access control list.
|
Acl |
setKind(java.lang.String kind)
Type of the collection ("calendar#acl").
|
Acl |
setNextPageToken(java.lang.String nextPageToken)
Token used to access the next page of this result.
|
Acl |
setNextSyncToken(java.lang.String nextSyncToken)
Token used at a later point in time to retrieve only the entries that have changed since this
result was returned.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getEtag()
null
for nonepublic Acl setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.util.List<AclRule> getItems()
null
for nonepublic Acl setItems(java.util.List<AclRule> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic Acl setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic Acl setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getNextSyncToken()
null
for nonepublic Acl setNextSyncToken(java.lang.String nextSyncToken)
nextSyncToken
- nextSyncToken or null
for nonepublic Acl set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Acl clone()
clone
in class com.google.api.client.json.GenericJson