public final class FreeBusyGroup
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.Flags
Constructor and Description |
---|
FreeBusyGroup() |
Modifier and Type | Method and Description |
---|---|
FreeBusyGroup |
clone() |
java.util.List<java.lang.String> |
getCalendars()
List of calendars' identifiers within a group.
|
java.util.List<Error> |
getErrors()
Optional error(s) (if computation for the group failed).
|
FreeBusyGroup |
set(java.lang.String fieldName,
java.lang.Object value) |
FreeBusyGroup |
setCalendars(java.util.List<java.lang.String> calendars)
List of calendars' identifiers within a group.
|
FreeBusyGroup |
setErrors(java.util.List<Error> errors)
Optional error(s) (if computation for the group failed).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.String> getCalendars()
null
for nonepublic FreeBusyGroup setCalendars(java.util.List<java.lang.String> calendars)
calendars
- calendars or null
for nonepublic java.util.List<Error> getErrors()
null
for nonepublic FreeBusyGroup setErrors(java.util.List<Error> errors)
errors
- errors or null
for nonepublic FreeBusyGroup set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public FreeBusyGroup clone()
clone
in class com.google.api.client.json.GenericJson