Package | Description |
---|---|
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
FreeBusyResponse |
FreeBusyResponse.clone() |
FreeBusyResponse |
FreeBusyResponse.set(String fieldName,
Object value) |
FreeBusyResponse |
FreeBusyResponse.setCalendars(Map<String,FreeBusyCalendar> calendars)
List of free/busy information for calendars.
|
FreeBusyResponse |
FreeBusyResponse.setGroups(Map<String,FreeBusyGroup> groups)
Expansion of groups.
|
FreeBusyResponse |
FreeBusyResponse.setKind(String kind)
Type of the resource ("calendar#freeBusy").
|
FreeBusyResponse |
FreeBusyResponse.setTimeMax(DateTime timeMax)
The end of the interval.
|
FreeBusyResponse |
FreeBusyResponse.setTimeMin(DateTime timeMin)
The start of the interval.
|