public final class FreeBusyRequest
extends com.google.api.client.json.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
com.google.api.client.util.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.
|
com.google.api.client.util.DateTime |
getTimeMax()
The end of the interval for the query formatted as per RFC3339.
|
com.google.api.client.util.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(com.google.api.client.util.DateTime timeMax)
The end of the interval for the query formatted as per RFC3339.
|
FreeBusyRequest |
setTimeMin(com.google.api.client.util.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 com.google.api.client.util.DateTime getTimeMax()
null for nonepublic FreeBusyRequest setTimeMax(com.google.api.client.util.DateTime timeMax)
timeMax - timeMax or null for nonepublic com.google.api.client.util.DateTime getTimeMin()
null for nonepublic FreeBusyRequest setTimeMin(com.google.api.client.util.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 com.google.api.client.json.GenericJsonpublic FreeBusyRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.