| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
FreeBusyCalendar |
FreeBusyCalendar.clone() |
FreeBusyCalendar |
FreeBusyCalendar.set(java.lang.String fieldName,
java.lang.Object value) |
FreeBusyCalendar |
FreeBusyCalendar.setBusy(java.util.List<TimePeriod> busy)
List of time ranges during which this calendar should be regarded as busy.
|
FreeBusyCalendar |
FreeBusyCalendar.setErrors(java.util.List<Error> errors)
Optional error(s) (if computation for the calendar failed).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,FreeBusyCalendar> |
FreeBusyResponse.getCalendars()
List of free/busy information for calendars.
|
| Modifier and Type | Method and Description |
|---|---|
FreeBusyResponse |
FreeBusyResponse.setCalendars(java.util.Map<java.lang.String,FreeBusyCalendar> calendars)
List of free/busy information for calendars.
|