FreebusyCalendarInfo
Inheritance: java.lang.Object
public class FreebusyCalendarInfo
Defines list of free/busy information for specified calendar.
Constructors
Constructor | Description |
---|---|
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 | Initializes a new instance of the FreebusyCalendarInfo class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
calendarId | java.lang.String | Calendar Id |
errors | ErrorDetails[] | 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:
Parameter | Type | Description |
---|---|---|
calendarId | java.lang.String | Calendar Id |
busy | Range[] | 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:
Parameter | Type | Description |
---|---|---|
calendarId | java.lang.String | Calendar Id |
errors | java.lang.Iterable<com.aspose.email.ErrorDetails> | Optional error(s) (if computation for the calendar failed). |
busy | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.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:
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 |