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.
|
getFolder
public FolderIdWrapper(FolderId folderId)
folderId
- the folder idpublic void writeToXml(EwsServiceXmlWriter writer) throws Exception
writeToXml
in class AbstractFolderIdWrapper
writer
- the writerException
- the exceptionprotected void validate(ExchangeVersion version) throws ServiceVersionException
validate
in class AbstractFolderIdWrapper
version
- the versionServiceVersionException
- the service version exceptionCopyright © 2012–2015 Microsoft. All rights reserved.