FreebusyCalendarInfo

Inheritance: java.lang.Object

public class FreebusyCalendarInfo

Defines list of free/busy information for specified calendar.

Constructors

ConstructorDescription
FreebusyCalendarInfo()Initializes a new instance of the FreebusyCalendarInfo class.
FreebusyCalendarInfo(String calendarId, ErrorDetails[] errors)Initializes a new instance of the FreebusyCalendarInfo class.
FreebusyCalendarInfo(String calendarId, Range[] busy)Initializes a new instance of the FreebusyCalendarInfo class.
FreebusyCalendarInfo(String calendarId, Iterable errors, Iterable busy)Initializes a new instance of the FreebusyCalendarInfo class.

Methods

MethodDescription
equals(Object arg0)
getBusy()List of time ranges during which this calendar should be regarded as busy.
getCalendarId()Calendar Id
getClass()
getErrors()Optional error(s) (if computation for the calendar failed).
hashCode()
notify()
notifyAll()
setCalendarId(String value)Calendar Id
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

FreebusyCalendarInfo()

public FreebusyCalendarInfo()

Initializes a new instance of the FreebusyCalendarInfo class.

FreebusyCalendarInfo(String calendarId, ErrorDetails[] errors)

public FreebusyCalendarInfo(String calendarId, ErrorDetails[] errors)

Initializes a new instance of the FreebusyCalendarInfo class.

Parameters:

ParameterTypeDescription
calendarIdjava.lang.StringCalendar Id
errorsErrorDetails[]Optional error(s) (if computation for the calendar failed).

FreebusyCalendarInfo(String calendarId, Range[] busy)

public FreebusyCalendarInfo(String calendarId, Range[] busy)

Initializes a new instance of the FreebusyCalendarInfo class.

Parameters:

ParameterTypeDescription
calendarIdjava.lang.StringCalendar Id
busyRange[]List of time ranges during which this calendar should be regarded as busy.

FreebusyCalendarInfo(String calendarId, Iterable errors, Iterable busy)

public FreebusyCalendarInfo(String calendarId, Iterable<ErrorDetails> errors, Iterable<Range> busy)

Initializes a new instance of the FreebusyCalendarInfo class.

Parameters:

ParameterTypeDescription
calendarIdjava.lang.StringCalendar Id
errorsjava.lang.Iterable<com.aspose.email.ErrorDetails>Optional error(s) (if computation for the calendar failed).
busyjava.lang.Iterable<com.aspose.email.Range>List of time ranges during which this calendar should be regarded as busy.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBusy()

public final List<Range> getBusy()

List of time ranges during which this calendar should be regarded as busy.

Returns: java.util.List<com.aspose.email.Range>

getCalendarId()

public final String getCalendarId()

Calendar Id

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErrors()

public final List<ErrorDetails> getErrors()

Optional error(s) (if computation for the calendar failed).

Returns: java.util.List<com.aspose.email.ErrorDetails>

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCalendarId(String value)

public final void setCalendarId(String value)

Calendar Id

Parameters:

ParameterTypeDescription
valuejava.lang.String

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