|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ServiceId
microsoft.exchange.webservices.data.ItemId
public class ItemId
Represents the Id of an Exchange item.
Constructor Summary | |
---|---|
protected |
ItemId()
* Initializes a new instance. |
|
ItemId(java.lang.String uniqueId)
* Initializes a new instance of ItemId. |
Method Summary | |
---|---|
static ItemId |
getItemIdFromString(java.lang.String uniqueId)
* Defines an implicit conversion between string and ItemId. |
protected java.lang.String |
getXmlElementName()
Gets the name of the XML element. |
Methods inherited from class microsoft.exchange.webservices.data.ServiceId |
---|
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, toString, writeAttributesToXml, writeToXml |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ItemId()
public ItemId(java.lang.String uniqueId) throws java.lang.Exception
uniqueId
- The unique Id used to initialize the ItemId.
java.lang.Exception
- the exceptionMethod Detail |
---|
public static ItemId getItemIdFromString(java.lang.String uniqueId) throws java.lang.Exception
uniqueId
- The unique Id to convert to ItemId.
java.lang.Exception
- the exceptionprotected java.lang.String getXmlElementName()
getXmlElementName
in class ServiceId
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |