|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.core.enumeration.notification | |
| microsoft.exchange.webservices.data.notification | |
| Uses of EventType in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type EventType | |
|---|---|
AsyncRequestResult |
ExchangeService.beginSubscribeToPullNotifications(AsyncCallback callback,
Object state,
Iterable<FolderId> folderIds,
int timeout,
String watermark,
EventType... eventTypes)
Begins an asynchronous request to subscribes to pull notification. |
IAsyncResult |
ExchangeService.beginSubscribeToPullNotificationsOnAllFolders(AsyncCallback callback,
Object state,
int timeout,
String watermark,
EventType... eventTypes)
Begins an asynchronous request to subscribe to pull notification on all folder in the authenticated user's mailbox. |
IAsyncResult |
ExchangeService.beginSubscribeToPushNotifications(AsyncCallback callback,
Object state,
Iterable<FolderId> folderIds,
URI url,
int frequency,
String watermark,
EventType... eventTypes)
Begins an asynchronous request to subscribe to push notification. |
IAsyncResult |
ExchangeService.beginSubscribeToPushNotificationsOnAllFolders(AsyncCallback callback,
Object state,
URI url,
int frequency,
String watermark,
EventType... eventTypes)
Begins an asynchronous request to subscribe to push notification on all folder in the authenticated user's mailbox. |
IAsyncResult |
ExchangeService.beginSubscribeToStreamingNotifications(AsyncCallback callback,
Object state,
Iterable<FolderId> folderIds,
EventType... eventTypes)
Begins an asynchronous request to subscribe to streaming notification. |
IAsyncResult |
ExchangeService.beginSubscribeToStreamingNotificationsOnAllFolders(AsyncCallback callback,
Object state,
EventType... eventTypes)
Begins an asynchronous request to subscribe to streaming notification on all folder in the authenticated user's mailbox. |
PullSubscription |
ExchangeService.subscribeToPullNotifications(Iterable<FolderId> folderIds,
int timeout,
String watermark,
EventType... eventTypes)
Subscribes to pull notification. |
PullSubscription |
ExchangeService.subscribeToPullNotificationsOnAllFolders(int timeout,
String watermark,
EventType... eventTypes)
Subscribes to pull notification on all folder in the authenticated user's mailbox. |
PushSubscription |
ExchangeService.subscribeToPushNotifications(Iterable<FolderId> folderIds,
URI url,
int frequency,
String watermark,
EventType... eventTypes)
Subscribes to push notification. |
PushSubscription |
ExchangeService.subscribeToPushNotificationsOnAllFolders(URI url,
int frequency,
String watermark,
EventType... eventTypes)
Subscribes to push notification on all folder in the authenticated user's mailbox. |
StreamingSubscription |
ExchangeService.subscribeToStreamingNotifications(Iterable<FolderId> folderIds,
EventType... eventTypes)
Subscribes to streaming notification. |
StreamingSubscription |
ExchangeService.subscribeToStreamingNotificationsOnAllFolders(EventType... eventTypes)
Subscribes to streaming notification on all folder in the authenticated user's mailbox. |
static void |
EwsUtilities.validateParamCollection(EventType[] eventTypes,
String paramName)
Validate param collection. |
| Uses of EventType in microsoft.exchange.webservices.data.core.enumeration.notification |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.notification that return EventType | |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of EventType in microsoft.exchange.webservices.data.notification |
|---|
| Methods in microsoft.exchange.webservices.data.notification that return EventType | |
|---|---|
EventType |
NotificationEvent.getEventType()
gets the eventType. |
| Methods in microsoft.exchange.webservices.data.notification that return types with arguments of type EventType | |
|---|---|
protected static Map<String,EventType> |
GetEventsResults.getXmlElementNameToEventTypeMap()
Gets the XML element name to event type mapping. |
| Constructors in microsoft.exchange.webservices.data.notification with parameters of type EventType | |
|---|---|
FolderEvent(EventType eventType,
Date timestamp)
Initializes a new instance. |
|
ItemEvent(EventType eventType,
Date timestamp)
Initializes a new instance. |
|
NotificationEvent(EventType eventType,
Date timestamp)
Initializes a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||