|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.FreeBusyRequest
public final class FreeBusyRequest
Model definition for FreeBusyRequest.
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 |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
FreeBusyRequest()
|
Method Summary | |
---|---|
Integer |
getCalendarExpansionMax()
Maximal number of calendars for which FreeBusy information is to be provided. |
Integer |
getGroupExpansionMax()
Maximal number of calendar identifiers to be provided for a single group. |
List<FreeBusyRequestItem> |
getItems()
List of calendars and/or groups to query. |
DateTime |
getTimeMax()
The end of the interval for the query. |
DateTime |
getTimeMin()
The start of the interval for the query. |
String |
getTimeZone()
Time zone used in the response. |
FreeBusyRequest |
setCalendarExpansionMax(Integer calendarExpansionMax)
Maximal number of calendars for which FreeBusy information is to be provided. |
FreeBusyRequest |
setGroupExpansionMax(Integer groupExpansionMax)
Maximal number of calendar identifiers to be provided for a single group. |
FreeBusyRequest |
setItems(List<FreeBusyRequestItem> items)
List of calendars and/or groups to query. |
FreeBusyRequest |
setTimeMax(DateTime timeMax)
The end of the interval for the query. |
FreeBusyRequest |
setTimeMin(DateTime timeMin)
The start of the interval for the query. |
FreeBusyRequest |
setTimeZone(String timeZone)
Time zone used in the response. |
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 FreeBusyRequest()
Method Detail |
---|
public Integer getCalendarExpansionMax()
null
.
public FreeBusyRequest setCalendarExpansionMax(Integer calendarExpansionMax)
null
.
public Integer getGroupExpansionMax()
null
.
public FreeBusyRequest setGroupExpansionMax(Integer groupExpansionMax)
null
.
public List<FreeBusyRequestItem> getItems()
null
.
public FreeBusyRequest setItems(List<FreeBusyRequestItem> items)
null
.
public DateTime getTimeMax()
null
.
public FreeBusyRequest setTimeMax(DateTime timeMax)
null
.
public DateTime getTimeMin()
null
.
public FreeBusyRequest setTimeMin(DateTime timeMin)
null
.
public String getTimeZone()
null
.
public FreeBusyRequest setTimeZone(String timeZone)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |