|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AvailabilityData | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.core.enumeration.availability | |
| microsoft.exchange.webservices.data.core.request | |
| Uses of AvailabilityData in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type AvailabilityData | |
|---|---|
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData)
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window. |
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData,
AvailabilityOptions options)
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window. |
| Uses of AvailabilityData in microsoft.exchange.webservices.data.core.enumeration.availability |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return AvailabilityData | |
|---|---|
static AvailabilityData |
AvailabilityData.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AvailabilityData[] |
AvailabilityData.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of AvailabilityData in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return AvailabilityData | |
|---|---|
AvailabilityData |
GetUserAvailabilityRequest.getRequestedData()
Gets a value indicating what data is requested (free/busy and/or suggestions). |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type AvailabilityData | |
|---|---|
void |
GetUserAvailabilityRequest.setRequestedData(AvailabilityData requestedData)
Sets the requested data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||