| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
FreeBusyViewType |
FreeBusyViewOptions.getRequestedView()
Gets the type of calendar information that a client requests.
|
FreeBusyViewType |
FreeBusyView.getType()
Gets the type of requested free/busy information returned in the response.
|
static FreeBusyViewType |
FreeBusyViewType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FreeBusyViewType[] |
FreeBusyViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FreeBusyViewOptions.setRequestedView(FreeBusyViewType requestedView)
Sets the type of calendar information that a client requests.
|
| Constructor and Description |
|---|
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,
FreeBusyViewType requestedView)
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,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|