public class FreeBusyViewOptions
extends java.lang.Object
| Constructor and Description |
|---|
FreeBusyViewOptions()
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
int mergedFreeBusyInterval)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
int mergedFreeBusyInterval,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
int mergedFreeBusyInterval)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
int mergedFreeBusyInterval,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMergedFreeBusyInterval()
Gets the time difference between two successive slots in the FreeBusyMerged view.
|
FreeBusyViewType |
getRequestedView()
Gets the type of calendar information that a client requests.
|
TimeDuration |
getTimeWindow()
Gets the time span queried for the user availability information.
|
void |
setMergedFreeBusyInterval(int mergedFreeBusyInterval)
Sets the time difference between two successive slots in the FreeBusyMerged view.
|
void |
setRequestedView(FreeBusyViewType requestedView)
Sets the type of calendar information that a client requests.
|
void |
setTimeWindow(TimeDuration timeWindow)
Sets the time span queried for the user availability information.
|
public FreeBusyViewOptions()
public FreeBusyViewOptions(TimeDuration timeWindow)
timeWindow - the time windowpublic FreeBusyViewOptions(TimeDuration timeWindow, int mergedFreeBusyInterval)
timeWindow - the time windowmergedFreeBusyInterval - the merged free busy intervalpublic FreeBusyViewOptions(TimeDuration timeWindow, FreeBusyViewType requestedView)
timeWindow - the time windowrequestedView - the requested viewpublic FreeBusyViewOptions(TimeDuration timeWindow, int mergedFreeBusyInterval, FreeBusyViewType requestedView)
timeWindow - the time windowmergedFreeBusyInterval - the merged free busy intervalrequestedView - the requested viewpublic FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime)
startTime - the start timeendTime - the end timepublic FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
int mergedFreeBusyInterval)
startTime - the start timeendTime - the end timemergedFreeBusyInterval - the merged free busy intervalpublic FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
FreeBusyViewType requestedView)
startTime - the start timeendTime - the end timerequestedView - the requested viewpublic FreeBusyViewOptions(java.util.Date startTime,
java.util.Date endTime,
int mergedFreeBusyInterval,
FreeBusyViewType requestedView)
startTime - the start timeendTime - the end timemergedFreeBusyInterval - the merged free busy intervalrequestedView - the requested viewpublic TimeDuration getTimeWindow()
public void setTimeWindow(TimeDuration timeWindow)
timeWindow - the new time windowpublic int getMergedFreeBusyInterval()
public void setMergedFreeBusyInterval(int mergedFreeBusyInterval)
mergedFreeBusyInterval - the new merged free busy intervalpublic FreeBusyViewType getRequestedView()
public void setRequestedView(FreeBusyViewType requestedView)
requestedView - the new requested view