|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
public abstract class AbstractFolderIdWrapper
Represents the abstraction of a folder Id.
| Constructor Summary | |
|---|---|
protected |
AbstractFolderIdWrapper()
Initializes a new instance of AbstractFolderIdWrapper. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractFolderIdWrapper()
| Method Detail |
|---|
public Folder getFolder()
protected abstract void writeToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exception
protected void validate(ExchangeVersion version)
throws ServiceVersionException
version - the version
ServiceVersionException - the service version exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||