Uses of Class
microsoft.exchange.webservices.data.notification.PushSubscription
-
Packages that use PushSubscription Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request -
-
Uses of PushSubscription in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return PushSubscription Modifier and Type Method Description PushSubscriptionExchangeService. endSubscribeToPushNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.PushSubscriptionExchangeService. subscribeToPushNotifications(Iterable<FolderId> folderIds, URI url, int frequency, String watermark, EventType... eventTypes)Subscribes to push notification.PushSubscriptionExchangeService. subscribeToPushNotificationsOnAllFolders(URI url, int frequency, String watermark, EventType... eventTypes)Subscribes to push notification on all folder in the authenticated user's mailbox. -
Uses of PushSubscription in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type PushSubscription Modifier and Type Method Description protected SubscribeResponse<PushSubscription>SubscribeToPushNotificationsRequest. createServiceResponse(ExchangeService service, int responseIndex)
-