|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.EventDateTime
public final class EventDateTime
Model definition for EventDateTime.
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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
EventDateTime()
|
Method Summary | |
---|---|
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). |
java.lang.String |
getTimeZone()
The name of the time zone in which the time is specified (e.g. |
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(java.lang.String timeZone)
The name of the time zone in which the time is specified (e.g. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventDateTime()
Method Detail |
---|
public DateTime getDate()
null
.
public EventDateTime setDate(DateTime date)
null
.
public DateTime getDateTime()
null
.
public EventDateTime setDateTime(DateTime dateTime)
null
.
public java.lang.String getTimeZone()
null
.
public EventDateTime setTimeZone(java.lang.String timeZone)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |