|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.SubscriptionBase
public abstract class SubscriptionBase
Represents the base class for event subscriptions.
Constructor Summary | |
---|---|
protected |
SubscriptionBase(ExchangeService service)
Instantiates a new subscription base. |
protected |
SubscriptionBase(ExchangeService service,
java.lang.String id)
Instantiates a new subscription base. |
protected |
SubscriptionBase(ExchangeService service,
java.lang.String id,
java.lang.String watermark)
Instantiates a new subscription base. |
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the id. |
protected ExchangeService |
getService()
Gets the session. |
protected boolean |
getUsesWatermark()
Gets whether or not this subscription uses watermarks. |
java.lang.String |
getWaterMark()
Gets the water mark. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Load from xml. |
protected void |
setId(java.lang.String id)
Sets the id. |
protected void |
setWaterMark(java.lang.String watermark)
Sets the water mark. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SubscriptionBase(ExchangeService service) throws java.lang.Exception
service
- the service
java.lang.Exception
- the exceptionprotected SubscriptionBase(ExchangeService service, java.lang.String id) throws java.lang.Exception
service
- the serviceid
- the id
java.lang.Exception
- the exceptionprotected SubscriptionBase(ExchangeService service, java.lang.String id, java.lang.String watermark) throws java.lang.Exception
service
- the serviceid
- the idwatermark
- the watermark
java.lang.Exception
- the exceptionMethod Detail |
---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
reader
- the reader
java.lang.Exception
- the exceptionprotected ExchangeService getService()
public java.lang.String getId()
protected void setId(java.lang.String id)
id
- the new idprotected void setWaterMark(java.lang.String watermark)
watermark
- the new water markpublic java.lang.String getWaterMark()
protected boolean getUsesWatermark()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |