FreebusyResponse
Inheritance: java.lang.Object
public class FreebusyResponse
Freebusy response
Constructors
Constructor | 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, System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups, System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars) | Initializes a new instance of the FreebusyResponse class. |
Fields
Field | Description |
---|---|
KIND | Type of the resource ‘calendar#freeBusy’. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCalendars() | List of free/busy information for calendars. |
getClass() | |
getGroups() | Expansion of groups. |
getTimeMax() | The end of the interval for the query. |
getTimeMin() | The start of the interval for the query. |
hashCode() | |
notify() | |
notifyAll() | |
setTimeMax(Date value) | The end of the interval for the query. |
setTimeMin(Date value) | The start of the interval for the query. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
FreebusyResponse()
public FreebusyResponse()
Initializes a new instance of the FreebusyResponse class.
FreebusyResponse(Date timeMin, Date timeMax)
public FreebusyResponse(Date timeMin, Date timeMax)
Initializes a new instance of the FreebusyResponse class.
Parameters:
Parameter | Type | Description |
---|---|---|
timeMin | java.util.Date | The start of the interval for the query. |
timeMax | java.util.Date | The end of the interval for the query. |
FreebusyResponse(Date timeMin, Date timeMax, System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups, System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars)
public FreebusyResponse(Date timeMin, Date timeMax, System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups, System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars)
Initializes a new instance of the FreebusyResponse class.
Parameters:
Parameter | Type | Description |
---|---|---|
timeMin | java.util.Date | The start of the interval for the query. |
timeMax | java.util.Date | The end of the interval for the query. |
groups | com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.FreebusyGroupInfo> | Expansion of groups. |
calendars | com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.FreebusyCalendarInfo> | List of free/busy information for calendars. |
KIND
public static final String KIND
Type of the resource ‘calendar#freeBusy’.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCalendars()
public final System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> getCalendars()
List of free/busy information for calendars.
Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.FreebusyCalendarInfo>
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGroups()
public final System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> getGroups()
Expansion of groups.
Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.FreebusyGroupInfo>
getTimeMax()
public final Date getTimeMax()
The end of the interval for the query.
Returns: java.util.Date
getTimeMin()
public final Date getTimeMin()
The start of the interval for the query.
Returns: java.util.Date
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setTimeMax(Date value)
public final void setTimeMax(Date value)
The end of the interval for the query.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setTimeMin(Date value)
public final void setTimeMin(Date value)
The start of the interval for the query.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |