Class AbstractItemIdWrapper
- java.lang.Object
-
- microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper
-
- Direct Known Subclasses:
ItemIdWrapper,ItemWrapper
public abstract class AbstractItemIdWrapper extends Object
Represents the abstraction of an item Id.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractItemIdWrapper()Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ItemgetItem()Obtains the ItemBase object associated with the wrapper.protected abstract voidwriteToXml(EwsServiceXmlWriter writer)Writes the Id encapsulated in the wrapper to XML.
-
-
-
Constructor Detail
-
AbstractItemIdWrapper
protected AbstractItemIdWrapper()
Initializes a new instance of the class.
-
-
Method Detail
-
getItem
public Item getItem()
Obtains the ItemBase object associated with the wrapper.- Returns:
- The ItemBase object associated with the wrapper
-
writeToXml
protected abstract void writeToXml(EwsServiceXmlWriter writer) throws Exception
Writes the Id encapsulated in the wrapper to XML.- Parameters:
writer- the writer- Throws:
Exception- the exception
-
-