FreebusyResponse

Inheritance: java.lang.Object

public class FreebusyResponse

Freebusy response

Constructors

ConstructorDescription
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

FieldDescription
KINDType of the resource ‘calendar#freeBusy’.

Methods

MethodDescription
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:

ParameterTypeDescription
timeMinjava.util.DateThe start of the interval for the query.
timeMaxjava.util.DateThe 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:

ParameterTypeDescription
timeMinjava.util.DateThe start of the interval for the query.
timeMaxjava.util.DateThe end of the interval for the query.
groupscom.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.FreebusyGroupInfo>Expansion of groups.
calendarscom.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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.util.Date

setTimeMin(Date value)

public final void setTimeMin(Date value)

The start of the interval for the query.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int