public class FreebusyResponse extends Object
Freebusy response
Modifier and Type | Field and Description |
---|---|
static String |
KIND
Type of the resource 'calendar#freeBusy'.
|
Constructor and Description |
---|
FreebusyResponse()
Initializes a new instance of the FreebusyResponse class.
|
FreebusyResponse(Date timeMin,
Date timeMax)
Initializes a new instance of the FreebusyResponse class.
|
FreebusyResponse(Date timeMin,
Date timeMax,
com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups,
com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars)
Initializes a new instance of the FreebusyResponse class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> |
getCalendars()
List of free/busy information for calendars.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> |
getGroups()
Expansion of groups.
|
Date |
getTimeMax()
The end of the interval for the query.
|
Date |
getTimeMin()
The start of the interval for the query.
|
void |
setTimeMax(Date value)
The end of the interval for the query.
|
void |
setTimeMin(Date value)
The start of the interval for the query.
|
public static final String KIND
Type of the resource 'calendar#freeBusy'.
public FreebusyResponse()
Initializes a new instance of the FreebusyResponse class.
public FreebusyResponse(Date timeMin, Date timeMax)
Initializes a new instance of the FreebusyResponse class.
timeMin
- The start of the interval for the query.timeMax
- The end of the interval for the query.public FreebusyResponse(Date timeMin, Date timeMax, com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups, com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars)
Initializes a new instance of the FreebusyResponse class.
timeMin
- The start of the interval for the query.timeMax
- The end of the interval for the query.groups
- Expansion of groups.calendars
- List of free/busy information for calendars.public final Date getTimeMin()
The start of the interval for the query.
public final void setTimeMin(Date value)
The start of the interval for the query.
public final Date getTimeMax()
The end of the interval for the query.
public final void setTimeMax(Date value)
The end of the interval for the query.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> getGroups()
Expansion of groups.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> getCalendars()
List of free/busy information for calendars.