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)0x72, (byte)0xf9, (byte)0xdc, (byte)0xc2, (byte)0xb, (byte)0xac, (byte)0x72, (byte)0x5, (byte)0xeb, (byte)0x49, (byte)0x89, (byte)0xd9, (byte)0xcf, (byte)0x6c, (byte)0xbd, (byte)0x24, (byte)0x83 }).
|
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)0x72, (byte)0xf9, (byte)0xdc, (byte)0xc2, (byte)0xb, (byte)0xac, (byte)0x72, (byte)0x5, (byte)0xeb, (byte)0x49, (byte)0x89, (byte)0xd9, (byte)0xcf, (byte)0x6c, (byte)0xbd, (byte)0x24, (byte)0x83 }).
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-2016 Aspose Pty Ltd. All Rights Reserved.