public final class Setting
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 |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
Setting |
clone() |
String |
getEtag()
ETag of the resource.
|
String |
getId()
The id of the user setting.
|
String |
getKind()
Type of the resource ("calendar#setting").
|
String |
getValue()
Value of the user setting.
|
Setting |
set(String fieldName,
Object value) |
Setting |
setEtag(String etag)
ETag of the resource.
|
Setting |
setId(String id)
The id of the user setting.
|
Setting |
setKind(String kind)
Type of the resource ("calendar#setting").
|
Setting |
setValue(String value)
Value of the user setting.
|
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 Setting setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic Setting setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic Setting setKind(String kind)
kind - kind or null for nonepublic String getValue()
null for nonepublic Setting setValue(String value)
value - value or null for nonepublic Setting set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Setting clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.