public class FolderIdWrapper extends AbstractFolderIdWrapper
| Constructor and Description |
|---|
FolderIdWrapper(FolderId folderId)
Initializes a new instance of FolderIdWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
validate(ExchangeVersion version)
Validates folderId against specified version.
|
void |
writeToXml(EwsServiceXmlWriter writer)
Writes the Id encapsulated in the wrapper to XML.
|
getFolderpublic FolderIdWrapper(FolderId folderId)
folderId - the folder idpublic void writeToXml(EwsServiceXmlWriter writer) throws Exception
writeToXml in class AbstractFolderIdWrapperwriter - the writerException - the exceptionprotected void validate(ExchangeVersion version) throws ServiceVersionException
validate in class AbstractFolderIdWrapperversion - the versionServiceVersionException - the service version exceptionCopyright © 2012–2015 Microsoft. All rights reserved.