public class FreebusyCalendarInfo extends Object
Defines list of free/busy information for specified calendar.
Constructor and 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,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ErrorDetails> errors,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Range> busy)
Initializes a new instance of the FreebusyCalendarInfo class.
|
FreebusyCalendarInfo(String calendarId,
Range[] busy)
Initializes a new instance of the FreebusyCalendarInfo class.
|
Modifier and Type | Method and Description |
---|---|
List<Range> |
getBusy()
List of time ranges during which this calendar should be regarded as busy.
|
String |
getCalendarId()
Calendar Id
|
List<ErrorDetails> |
getErrors()
Optional error(s) (if computation for the calendar failed).
|
void |
setCalendarId(String value)
Calendar Id
|
public FreebusyCalendarInfo()
Initializes a new instance of the FreebusyCalendarInfo class.
public FreebusyCalendarInfo(String calendarId, ErrorDetails[] errors)
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId
- Calendar Iderrors
- Optional error(s) (if computation for the calendar failed).public FreebusyCalendarInfo(String calendarId, Range[] busy)
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId
- Calendar Idbusy
- List of time ranges during which this calendar should be regarded as busy.public FreebusyCalendarInfo(String calendarId, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ErrorDetails> errors, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Range> busy)
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId
- Calendar Iderrors
- Optional error(s) (if computation for the calendar failed).busy
- List of time ranges during which this calendar should be regarded as busy.public void setCalendarId(String value)
Calendar Id
value
- a String
object.public List<ErrorDetails> getErrors()
Optional error(s) (if computation for the calendar failed).
List
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.