public final class Colors 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Colors() |
| Modifier and Type | Method and Description |
|---|---|
Colors |
clone() |
Map<String,ColorDefinition> |
getCalendar()
A global palette of calendar colors, mapping from the color ID to its definition.
|
Map<String,ColorDefinition> |
getEvent()
A global palette of event colors, mapping from the color ID to its definition.
|
String |
getKind()
Type of the resource ("calendar#colors").
|
DateTime |
getUpdated()
Last modification time of the color palette (as a RFC3339 timestamp).
|
Colors |
set(String fieldName,
Object value) |
Colors |
setCalendar(Map<String,ColorDefinition> calendar)
A global palette of calendar colors, mapping from the color ID to its definition.
|
Colors |
setEvent(Map<String,ColorDefinition> event)
A global palette of event colors, mapping from the color ID to its definition.
|
Colors |
setKind(String kind)
Type of the resource ("calendar#colors").
|
Colors |
setUpdated(DateTime updated)
Last modification time of the color palette (as a RFC3339 timestamp).
|
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 Map<String,ColorDefinition> getCalendar()
null for nonepublic Colors setCalendar(Map<String,ColorDefinition> calendar)
calendar - calendar or null for nonepublic Map<String,ColorDefinition> getEvent()
null for nonepublic Colors setEvent(Map<String,ColorDefinition> event)
event - event or null for nonepublic String getKind()
null for nonepublic Colors setKind(String kind)
kind - kind or null for nonepublic DateTime getUpdated()
null for nonepublic Colors setUpdated(DateTime updated)
updated - updated or null for nonepublic Colors set(String fieldName, Object value)
set in class GenericJsonpublic Colors clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.