|
||||||||||
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.CalendarListEntry
public final class CalendarListEntry
Model definition for CalendarListEntry.
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 | |
---|---|
CalendarListEntry()
|
Method Summary | |
---|---|
java.lang.String |
getAccessRole()
The effective access role that the authenticated user has on the calendar. |
java.lang.String |
getBackgroundColor()
The main color of the calendar in the format '#0088aa'. |
java.lang.String |
getColorId()
The color of the calendar. |
java.util.List<EventReminder> |
getDefaultReminders()
The default reminders that the authenticated user has for this calendar. |
java.lang.String |
getDescription()
Description of the calendar. |
java.lang.String |
getEtag()
ETag of the resource. |
java.lang.String |
getForegroundColor()
The foreground color of the calendar in the format '#ffffff'. |
java.lang.Boolean |
getHidden()
Whether the calendar has been hidden from the list. |
java.lang.String |
getId()
Identifier of the calendar. |
java.lang.String |
getKind()
Type of the resource ("calendar#calendarListEntry"). |
java.lang.String |
getLocation()
Geographic location of the calendar as free-form text. |
java.lang.Boolean |
getPrimary()
Whether the calendar is the primary calendar of the authenticated user. |
java.lang.Boolean |
getSelected()
Whether the calendar content shows up in the calendar UI. |
java.lang.String |
getSummary()
Title of the calendar. |
java.lang.String |
getSummaryOverride()
The summary that the authenticated user has set for this calendar. |
java.lang.String |
getTimeZone()
The time zone of the calendar. |
CalendarListEntry |
setAccessRole(java.lang.String accessRole)
The effective access role that the authenticated user has on the calendar. |
CalendarListEntry |
setBackgroundColor(java.lang.String backgroundColor)
The main color of the calendar in the format '#0088aa'. |
CalendarListEntry |
setColorId(java.lang.String colorId)
The color of the calendar. |
CalendarListEntry |
setDefaultReminders(java.util.List<EventReminder> defaultReminders)
The default reminders that the authenticated user has for this calendar. |
CalendarListEntry |
setDescription(java.lang.String description)
Description of the calendar. |
CalendarListEntry |
setEtag(java.lang.String etag)
ETag of the resource. |
CalendarListEntry |
setForegroundColor(java.lang.String foregroundColor)
The foreground color of the calendar in the format '#ffffff'. |
CalendarListEntry |
setHidden(java.lang.Boolean hidden)
Whether the calendar has been hidden from the list. |
CalendarListEntry |
setId(java.lang.String id)
Identifier of the calendar. |
CalendarListEntry |
setKind(java.lang.String kind)
Type of the resource ("calendar#calendarListEntry"). |
CalendarListEntry |
setLocation(java.lang.String location)
Geographic location of the calendar as free-form text. |
CalendarListEntry |
setPrimary(java.lang.Boolean primary)
Whether the calendar is the primary calendar of the authenticated user. |
CalendarListEntry |
setSelected(java.lang.Boolean selected)
Whether the calendar content shows up in the calendar UI. |
CalendarListEntry |
setSummary(java.lang.String summary)
Title of the calendar. |
CalendarListEntry |
setSummaryOverride(java.lang.String summaryOverride)
The summary that the authenticated user has set for this calendar. |
CalendarListEntry |
setTimeZone(java.lang.String timeZone)
The time zone of the calendar. |
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 CalendarListEntry()
Method Detail |
---|
public java.lang.String getAccessRole()
null
.
public CalendarListEntry setAccessRole(java.lang.String accessRole)
null
.
public java.lang.String getBackgroundColor()
null
.
public CalendarListEntry setBackgroundColor(java.lang.String backgroundColor)
null
.
public java.lang.String getColorId()
null
.
public CalendarListEntry setColorId(java.lang.String colorId)
null
.
public java.util.List<EventReminder> getDefaultReminders()
null
.
public CalendarListEntry setDefaultReminders(java.util.List<EventReminder> defaultReminders)
null
.
public java.lang.String getDescription()
null
.
public CalendarListEntry setDescription(java.lang.String description)
null
.
public java.lang.String getEtag()
null
.
public CalendarListEntry setEtag(java.lang.String etag)
null
.
public java.lang.String getForegroundColor()
null
.
public CalendarListEntry setForegroundColor(java.lang.String foregroundColor)
null
.
public java.lang.Boolean getHidden()
null
.
public CalendarListEntry setHidden(java.lang.Boolean hidden)
null
.
public java.lang.String getId()
null
.
public CalendarListEntry setId(java.lang.String id)
null
.
public java.lang.String getKind()
null
.
public CalendarListEntry setKind(java.lang.String kind)
null
.
public java.lang.String getLocation()
null
.
public CalendarListEntry setLocation(java.lang.String location)
null
.
public java.lang.Boolean getPrimary()
null
.
public CalendarListEntry setPrimary(java.lang.Boolean primary)
null
.
public java.lang.Boolean getSelected()
null
.
public CalendarListEntry setSelected(java.lang.Boolean selected)
null
.
public java.lang.String getSummary()
null
.
public CalendarListEntry setSummary(java.lang.String summary)
null
.
public java.lang.String getSummaryOverride()
null
.
public CalendarListEntry setSummaryOverride(java.lang.String summaryOverride)
null
.
public java.lang.String getTimeZone()
null
.
public CalendarListEntry setTimeZone(java.lang.String timeZone)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |