public final class Settings
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 |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Settings |
clone() |
java.lang.String |
getEtag()
Etag of the collection.
|
java.util.List<Setting> |
getItems()
List of user settings.
|
java.lang.String |
getKind()
Type of the collection ("calendar#settings").
|
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.
|
Settings |
set(java.lang.String fieldName,
java.lang.Object value) |
Settings |
setEtag(java.lang.String etag)
Etag of the collection.
|
Settings |
setItems(java.util.List<Setting> items)
List of user settings.
|
Settings |
setKind(java.lang.String kind)
Type of the collection ("calendar#settings").
|
Settings |
setNextPageToken(java.lang.String nextPageToken)
Token used to access the next page of this result.
|
Settings |
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 Settings setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.util.List<Setting> getItems()
null
for nonepublic Settings setItems(java.util.List<Setting> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic Settings setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic Settings setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getNextSyncToken()
null
for nonepublic Settings setNextSyncToken(java.lang.String nextSyncToken)
nextSyncToken
- nextSyncToken or null
for nonepublic Settings set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Settings clone()
clone
in class com.google.api.client.json.GenericJson