target.apidocs.com.google.api.services.calendar.model.FreeBusyResponse.html Maven / Gradle / Ivy
FreeBusyResponse (Calendar API v3-rev20240927-2.0.0)
com.google.api.services.calendar.model
Class FreeBusyResponse
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.calendar.model.FreeBusyResponse
-
public final class FreeBusyResponse
extends com.google.api.client.json.GenericJson
Model definition for FreeBusyResponse.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
FreeBusyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCalendars
public Map<String,FreeBusyCalendar> getCalendars()
List of free/busy information for calendars.
- Returns:
- value or
null
for none
-
setCalendars
public FreeBusyResponse setCalendars(Map<String,FreeBusyCalendar> calendars)
List of free/busy information for calendars.
- Parameters:
calendars
- calendars or null
for none
-
getGroups
public Map<String,FreeBusyGroup> getGroups()
Expansion of groups.
- Returns:
- value or
null
for none
-
setGroups
public FreeBusyResponse setGroups(Map<String,FreeBusyGroup> groups)
Expansion of groups.
- Parameters:
groups
- groups or null
for none
-
getKind
public String getKind()
Type of the resource ("calendar#freeBusy").
- Returns:
- value or
null
for none
-
setKind
public FreeBusyResponse setKind(String kind)
Type of the resource ("calendar#freeBusy").
- Parameters:
kind
- kind or null
for none
-
getTimeMax
public com.google.api.client.util.DateTime getTimeMax()
The end of the interval.
- Returns:
- value or
null
for none
-
setTimeMax
public FreeBusyResponse setTimeMax(com.google.api.client.util.DateTime timeMax)
The end of the interval.
- Parameters:
timeMax
- timeMax or null
for none
-
getTimeMin
public com.google.api.client.util.DateTime getTimeMin()
The start of the interval.
- Returns:
- value or
null
for none
-
setTimeMin
public FreeBusyResponse setTimeMin(com.google.api.client.util.DateTime timeMin)
The start of the interval.
- Parameters:
timeMin
- timeMin or null
for none
-
set
public FreeBusyResponse set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public FreeBusyResponse clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy