public abstract class AbstractFolderIdWrapper extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFolderIdWrapper()
Initializes a new instance of AbstractFolderIdWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
Folder |
getFolder()
Obtains the Folder object associated with the wrapper.
|
protected void |
validate(ExchangeVersion version)
Validates folderId against specified version.
|
protected abstract void |
writeToXml(EwsServiceXmlWriter writer)
Writes the Id encapsulated in the wrapper to XML.
|
protected AbstractFolderIdWrapper()
public Folder getFolder()
protected abstract void writeToXml(EwsServiceXmlWriter writer) throws Exception
writer - the writerException - the exceptionprotected void validate(ExchangeVersion version) throws ServiceVersionException
version - the versionServiceVersionException - the service version exceptionCopyright © 2012–2015 Microsoft. All rights reserved.