Class PushSubscription
- java.lang.Object
-
- microsoft.exchange.webservices.data.notification.SubscriptionBase
-
- microsoft.exchange.webservices.data.notification.PushSubscription
-
public final class PushSubscription extends SubscriptionBase
Represents a push subscriptions..
-
-
Constructor Summary
Constructors Constructor Description PushSubscription(ExchangeService service)Initializes a new instance.
-
Method Summary
-
Methods inherited from class microsoft.exchange.webservices.data.notification.SubscriptionBase
getId, getService, getUsesWatermark, getWaterMark, loadFromXml, setId, setWaterMark
-
-
-
-
Constructor Detail
-
PushSubscription
public PushSubscription(ExchangeService service) throws Exception
Initializes a new instance.- Parameters:
service- the service- Throws:
Exception- the exception
-
-