microsoft.exchange.webservices.data.notification
Class PushSubscription

java.lang.Object
  extended by microsoft.exchange.webservices.data.notification.SubscriptionBase
      extended by microsoft.exchange.webservices.data.notification.PushSubscription

public final class PushSubscription
extends SubscriptionBase

Represents a push subscriptions..


Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushSubscription

public PushSubscription(ExchangeService service)
                 throws Exception
Initializes a new instance.

Parameters:
service - the service
Throws:
Exception - the exception


Copyright © 2012–2015 Microsoft. All rights reserved.