public final class EventDateTime 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 |
|---|
EventDateTime() |
| Modifier and Type | Method and Description |
|---|---|
EventDateTime |
clone() |
DateTime |
getDate()
The date, in the format "yyyy-mm-dd", if this is an all-day event.
|
DateTime |
getDateTime()
The time, as a combined date-time value (formatted according to RFC 3339).
|
String |
getTimeZone()
The name of the time zone in which the time is specified (e.g.
|
EventDateTime |
set(String fieldName,
Object value) |
EventDateTime |
setDate(DateTime date)
The date, in the format "yyyy-mm-dd", if this is an all-day event.
|
EventDateTime |
setDateTime(DateTime dateTime)
The time, as a combined date-time value (formatted according to RFC 3339).
|
EventDateTime |
setTimeZone(String timeZone)
The name of the time zone in which the time is specified (e.g.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DateTime getDate()
null for nonepublic EventDateTime setDate(DateTime date)
date - date or null for nonepublic DateTime getDateTime()
null for nonepublic EventDateTime setDateTime(DateTime dateTime)
dateTime - dateTime or null for nonepublic String getTimeZone()
null for nonepublic EventDateTime setTimeZone(String timeZone)
timeZone - timeZone or null for nonepublic EventDateTime set(String fieldName, Object value)
set in class GenericJsonpublic EventDateTime clone()
clone in class GenericJson