public class FreebusyResponse extends Object
Freebusy response
Modifier and Type | Field and Description |
---|---|
static String |
KIND
Type of the resource XVHK4D9KDb.get(new byte[] { (byte)0x57, (byte)0x81, (byte)0x3b, (byte)0x24, (byte)0xe2, (byte)0x41, (byte)0x55, (byte)0x20, (byte)0xda, (byte)0x54, (byte)0xdd, (byte)0x34, (byte)0xb, (byte)0xe4, (byte)0x2f, (byte)0x2c, (byte)0xe9 }).
|
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 XVHK4D9KDb.get(new byte[] { (byte)0x57, (byte)0x81, (byte)0x3b, (byte)0x24, (byte)0xe2, (byte)0x41, (byte)0x55, (byte)0x20, (byte)0xda, (byte)0x54, (byte)0xdd, (byte)0x34, (byte)0xb, (byte)0xe4, (byte)0x2f, (byte)0x2c, (byte)0xe9 }).
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 void setTimeMin(Date value)
The start of the interval for the query.
value
- a Date
object.public void setTimeMax(Date value)
The end of the interval for the query.
value
- a Date
object.public com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> getGroups()
Expansion of groups.
Dictionary
object.public com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> getCalendars()
List of free/busy information for calendars.
Dictionary
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.