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: http://code.google.com/p/google-http-java-client/wiki/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()
Palette of calendar colors, mapping from the color ID to its definition.
|
Map<String,ColorDefinition> |
getEvent()
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 RFC 3339 timestamp).
|
Colors |
set(String fieldName,
Object value) |
Colors |
setCalendar(Map<String,ColorDefinition> calendar)
Palette of calendar colors, mapping from the color ID to its definition.
|
Colors |
setEvent(Map<String,ColorDefinition> event)
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 RFC 3339 timestamp).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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 GenericJson