Uses of Class
microsoft.exchange.webservices.data.EventType

Uses of EventType in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return EventType
 EventType NotificationEvent.getEventType()
          gets the 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.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type EventType
protected static Map<String,EventType> GetEventsResults.getXmlElementNameToEventTypeMap()
          Gets the XML element name to event type mapping.
 

Methods in microsoft.exchange.webservices.data with parameters of type EventType
 PullSubscription ExchangeService.subscribeToPullNotifications(Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)
          * Subscribes to pull notifications.
 PullSubscription ExchangeService.subscribeToPullNotificationsOnAllFolders(int timeout, String watermark, EventType... eventTypes)
          * Subscribes to pull notifications on all folders in the authenticated user's mailbox.
 PushSubscription ExchangeService.subscribeToPushNotifications(Iterable<FolderId> folderIds, URI url, int frequency, String watermark, EventType... eventTypes)
          * Subscribes to push notifications.
 PushSubscription ExchangeService.subscribeToPushNotificationsOnAllFolders(URI url, int frequency, String watermark, EventType... eventTypes)
          * Subscribes to push notifications on all folders in the authenticated user's mailbox.
 StreamingSubscription ExchangeService.subscribeToStreamingNotifications(Iterable<FolderId> folderIds, EventType... eventTypes)
          Subscribes to streaming notifications.
 StreamingSubscription ExchangeService.subscribeToStreamingNotificationsOnAllFolders(EventType... eventTypes)
          Subscribes to streaming notifications on all folders in the authenticated user's mailbox.
 

Constructors in microsoft.exchange.webservices.data 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.
 



Copyright © 2012. All Rights Reserved.