Modifier and Type | Method and Description |
---|---|
List<ErrorDetails> |
FreebusyCalendarInfo.getErrors()
Optional error(s) (if computation for the calendar failed).
|
List<ErrorDetails> |
FreebusyGroupInfo.getErrors()
Optional error(s) (if computation for the group failed).
|
Constructor and Description |
---|
FreebusyCalendarInfo(String calendarId,
ErrorDetails[] errors)
Initializes a new instance of the FreebusyCalendarInfo class.
|
FreebusyGroupInfo(String groupId,
ErrorDetails[] errors)
Initializes a new instance of the FreebusyGroupInfo class.
|
Constructor and Description |
---|
FreebusyCalendarInfo(String calendarId,
Iterable<ErrorDetails> errors,
Iterable<Range> busy)
Initializes a new instance of the FreebusyCalendarInfo class.
|
FreebusyGroupInfo(String groupId,
Iterable<ErrorDetails> errors,
Iterable<String> calendars)
Initializes a new instance of the FreebusyGroupInfo class.
|