public final class FreeBusyRequest 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FreeBusyRequest() |
| Modifier and Type | Method and Description |
|---|---|
FreeBusyRequest |
clone() |
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 formatted as per RFC3339.
|
DateTime |
getTimeMin()
The start of the interval for the query formatted as per RFC3339.
|
String |
getTimeZone()
Time zone used in the response.
|
FreeBusyRequest |
set(String fieldName,
Object value) |
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 formatted as per RFC3339.
|
FreeBusyRequest |
setTimeMin(DateTime timeMin)
The start of the interval for the query formatted as per RFC3339.
|
FreeBusyRequest |
setTimeZone(String timeZone)
Time zone used in the response.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getCalendarExpansionMax()
null for nonepublic FreeBusyRequest setCalendarExpansionMax(Integer calendarExpansionMax)
calendarExpansionMax - calendarExpansionMax or null for nonepublic Integer getGroupExpansionMax()
null for nonepublic FreeBusyRequest setGroupExpansionMax(Integer groupExpansionMax)
groupExpansionMax - groupExpansionMax or null for nonepublic List<FreeBusyRequestItem> getItems()
null for nonepublic FreeBusyRequest setItems(List<FreeBusyRequestItem> items)
items - items or null for nonepublic DateTime getTimeMax()
null for nonepublic FreeBusyRequest setTimeMax(DateTime timeMax)
timeMax - timeMax or null for nonepublic DateTime getTimeMin()
null for nonepublic FreeBusyRequest setTimeMin(DateTime timeMin)
timeMin - timeMin or null for nonepublic String getTimeZone()
null for nonepublic FreeBusyRequest setTimeZone(String timeZone)
timeZone - timeZone or null for nonepublic FreeBusyRequest set(String fieldName, Object value)
set in class GenericJsonpublic FreeBusyRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.