Class ItemIdWrapper
- java.lang.Object
-
- microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper
-
- microsoft.exchange.webservices.data.misc.ItemIdWrapper
-
public class ItemIdWrapper extends AbstractItemIdWrapper
Represents an item Id provided by a ItemId object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedItemIdWrapper(ItemId itemId)Initializes a new instance of ItemIdWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemIdgetItemId()StringtoString()protected voidwriteToXml(EwsServiceXmlWriter writer)Writes the Id encapsulated in the wrapper to XML.-
Methods inherited from class microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper
getItem
-
-
-
-
Constructor Detail
-
ItemIdWrapper
protected ItemIdWrapper(ItemId itemId)
Initializes a new instance of ItemIdWrapper.- Parameters:
itemId- the item id
-
-
Method Detail
-
writeToXml
protected void writeToXml(EwsServiceXmlWriter writer) throws Exception
Writes the Id encapsulated in the wrapper to XML.- Specified by:
writeToXmlin classAbstractItemIdWrapper- Parameters:
writer- the writer- Throws:
Exception- the exception
-
-