Class ItemId
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.ServiceId
-
- microsoft.exchange.webservices.data.property.complex.ItemId
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
- Direct Known Subclasses:
AppointmentOccurrenceId,RecurringAppointmentMasterId
public class ItemId extends ServiceId
Represents the Id of an Exchange item.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemIdgetItemIdFromString(String uniqueId)Defines an implicit conversion between string and ItemId.StringgetXmlElementName()Gets the name of the XML element.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ServiceId
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, toString, writeAttributesToXml, writeToXml
-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml
-
-
-
-
Method Detail
-
getItemIdFromString
public static ItemId getItemIdFromString(String uniqueId) throws Exception
Defines an implicit conversion between string and ItemId.- Parameters:
uniqueId- The unique Id to convert to ItemId.- Returns:
- An ItemId initialized with the specified unique Id.
- Throws:
Exception- the exception
-
getXmlElementName
public String getXmlElementName()
Gets the name of the XML element.- Specified by:
getXmlElementNamein classServiceId- Returns:
- XML element name.
-
-