public final class Events 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 |
|---|
Events() |
| Modifier and Type | Method and Description |
|---|---|
Events |
clone() |
String |
getAccessRole()
The user's access role for this calendar.
|
List<EventReminder> |
getDefaultReminders()
The default reminders on the calendar for the authenticated user.
|
String |
getDescription()
Description of the calendar.
|
String |
getEtag()
ETag of the collection.
|
List<Event> |
getItems()
List of events on the calendar.
|
String |
getKind()
Type of the collection ("calendar#events").
|
String |
getNextPageToken()
Token used to access the next page of this result.
|
String |
getSummary()
Title of the calendar.
|
String |
getTimeZone()
The time zone of the calendar.
|
DateTime |
getUpdated()
Last modification time of the calendar (as a RFC 3339 timestamp).
|
Events |
set(String fieldName,
Object value) |
Events |
setAccessRole(String accessRole)
The user's access role for this calendar.
|
Events |
setDefaultReminders(List<EventReminder> defaultReminders)
The default reminders on the calendar for the authenticated user.
|
Events |
setDescription(String description)
Description of the calendar.
|
Events |
setEtag(String etag)
ETag of the collection.
|
Events |
setItems(List<Event> items)
List of events on the calendar.
|
Events |
setKind(String kind)
Type of the collection ("calendar#events").
|
Events |
setNextPageToken(String nextPageToken)
Token used to access the next page of this result.
|
Events |
setSummary(String summary)
Title of the calendar.
|
Events |
setTimeZone(String timeZone)
The time zone of the calendar.
|
Events |
setUpdated(DateTime updated)
Last modification time of the calendar (as a RFC 3339 timestamp).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAccessRole()
null for nonepublic Events setAccessRole(String accessRole)
accessRole - accessRole or null for nonepublic List<EventReminder> getDefaultReminders()
null for nonepublic Events setDefaultReminders(List<EventReminder> defaultReminders)
defaultReminders - defaultReminders or null for nonepublic String getDescription()
null for nonepublic Events setDescription(String description)
description - description or null for nonepublic String getEtag()
null for nonepublic Events setEtag(String etag)
etag - etag or null for nonepublic List<Event> getItems()
null for nonepublic Events setItems(List<Event> items)
items - items or null for nonepublic String getKind()
null for nonepublic Events setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Events setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSummary()
null for nonepublic Events setSummary(String summary)
summary - summary or null for nonepublic String getTimeZone()
null for nonepublic Events setTimeZone(String timeZone)
timeZone - timeZone or null for nonepublic DateTime getUpdated()
null for nonepublic Events setUpdated(DateTime updated)
updated - updated or null for nonepublic Events set(String fieldName, Object value)
set in class GenericJsonpublic Events clone()
clone in class GenericJson