microsoft.exchange.webservices.data.misc
Class FolderIdWrapper
java.lang.Object
microsoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
microsoft.exchange.webservices.data.misc.FolderIdWrapper
public class FolderIdWrapper
- extends AbstractFolderIdWrapper
Represents a folder Id provided by a FolderId object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderIdWrapper
public FolderIdWrapper(FolderId folderId)
- Initializes a new instance of FolderIdWrapper.
- Parameters:
folderId - the folder id
writeToXml
public void writeToXml(EwsServiceXmlWriter writer)
throws Exception
- Writes the Id encapsulated in the wrapper to XML.
- Specified by:
writeToXml in class AbstractFolderIdWrapper
- Parameters:
writer - the writer
- Throws:
Exception - the exception
validate
protected void validate(ExchangeVersion version)
throws ServiceVersionException
- Validates folderId against specified version.
- Overrides:
validate in class AbstractFolderIdWrapper
- Parameters:
version - the version
- Throws:
ServiceVersionException - the service version exception
Copyright © 2012–2015 Microsoft. All rights reserved.