public final class FreeBusyResponse
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 | 
|---|
FreeBusyResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
FreeBusyResponse | 
clone()  | 
Map<String,FreeBusyCalendar> | 
getCalendars()
List of free/busy information for calendars. 
 | 
Map<String,FreeBusyGroup> | 
getGroups()
Expansion of groups. 
 | 
String | 
getKind()
Type of the resource ("calendar#freeBusy"). 
 | 
com.google.api.client.util.DateTime | 
getTimeMax()
The end of the interval. 
 | 
com.google.api.client.util.DateTime | 
getTimeMin()
The start of the interval. 
 | 
FreeBusyResponse | 
set(String fieldName,
   Object value)  | 
FreeBusyResponse | 
setCalendars(Map<String,FreeBusyCalendar> calendars)
List of free/busy information for calendars. 
 | 
FreeBusyResponse | 
setGroups(Map<String,FreeBusyGroup> groups)
Expansion of groups. 
 | 
FreeBusyResponse | 
setKind(String kind)
Type of the resource ("calendar#freeBusy"). 
 | 
FreeBusyResponse | 
setTimeMax(com.google.api.client.util.DateTime timeMax)
The end of the interval. 
 | 
FreeBusyResponse | 
setTimeMin(com.google.api.client.util.DateTime timeMin)
The start of the interval. 
 | 
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 Map<String,FreeBusyCalendar> getCalendars()
null for nonepublic FreeBusyResponse setCalendars(Map<String,FreeBusyCalendar> calendars)
calendars - calendars or null for nonepublic Map<String,FreeBusyGroup> getGroups()
null for nonepublic FreeBusyResponse setGroups(Map<String,FreeBusyGroup> groups)
groups - groups or null for nonepublic String getKind()
null for nonepublic FreeBusyResponse setKind(String kind)
kind - kind or null for nonepublic com.google.api.client.util.DateTime getTimeMax()
null for nonepublic FreeBusyResponse setTimeMax(com.google.api.client.util.DateTime timeMax)
timeMax - timeMax or null for nonepublic com.google.api.client.util.DateTime getTimeMin()
null for nonepublic FreeBusyResponse setTimeMin(com.google.api.client.util.DateTime timeMin)
timeMin - timeMin or null for nonepublic FreeBusyResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FreeBusyResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.