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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
Settings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
clone()  | 
String | 
getEtag()
Etag of the collection. 
 | 
List<Setting> | 
getItems()
List of user settings. 
 | 
String | 
getKind()
Type of the collection ("calendar#settings"). 
 | 
String | 
getNextPageToken()
Token used to access the next page of this result. 
 | 
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(String fieldName,
   Object value)  | 
Settings | 
setEtag(String etag)
Etag of the collection. 
 | 
Settings | 
setItems(List<Setting> items)
List of user settings. 
 | 
Settings | 
setKind(String kind)
Type of the collection ("calendar#settings"). 
 | 
Settings | 
setNextPageToken(String nextPageToken)
Token used to access the next page of this result. 
 | 
Settings | 
setNextSyncToken(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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEtag()
null for nonepublic Settings setEtag(String etag)
etag - etag or null for nonepublic Settings setItems(List<Setting> items)
items - items or null for nonepublic String getKind()
null for nonepublic Settings setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Settings setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getNextSyncToken()
null for nonepublic Settings setNextSyncToken(String nextSyncToken)
nextSyncToken - nextSyncToken or null for nonepublic Settings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Settings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.