public class FreebusyGroupInfo extends Object
Specifies list of calendars that are members of the groups.
Constructor and Description |
---|
FreebusyGroupInfo()
Initializes a new instance of the FreebusyGroupInfo class.
|
FreebusyGroupInfo(String groupId,
ErrorDetails[] errors)
Initializes a new instance of the FreebusyGroupInfo class.
|
FreebusyGroupInfo(String groupId,
Iterable<ErrorDetails> errors,
Iterable<String> calendars)
Initializes a new instance of the FreebusyGroupInfo class.
|
FreebusyGroupInfo(String groupId,
String[] calendars)
Initializes a new instance of the FreebusyGroupInfo class.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getCalendars()
List of calendars' identifiers within a group.
|
List<ErrorDetails> |
getErrors()
Optional error(s) (if computation for the group failed).
|
String |
getGroupId()
Group id
|
void |
setGroupId(String value)
Group id
|
public FreebusyGroupInfo()
Initializes a new instance of the FreebusyGroupInfo class.
public FreebusyGroupInfo(String groupId, ErrorDetails[] errors)
Initializes a new instance of the FreebusyGroupInfo class.
groupId
- Group iderrors
- Optional error(s) (if computation for the group failed).public FreebusyGroupInfo(String groupId, String[] calendars)
Initializes a new instance of the FreebusyGroupInfo class.
groupId
- Group idcalendars
- List of calendars' identifiers within a group.public FreebusyGroupInfo(String groupId, Iterable<ErrorDetails> errors, Iterable<String> calendars)
Initializes a new instance of the FreebusyGroupInfo class.
groupId
- Group iderrors
- Optional error(s) (if computation for the group failed).calendars
- List of calendars' identifiers within a group.public final String getGroupId()
Group id
public final void setGroupId(String value)
Group id
public final List<ErrorDetails> getErrors()
Optional error(s) (if computation for the group failed).