|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.ServiceId
microsoft.exchange.webservices.data.property.complex.ItemId
public class ItemId
Represents the Id of an Exchange item.
| Constructor Summary | |
|---|---|
ItemId()
Initializes a new instance. |
|
ItemId(String uniqueId)
Initializes a new instance of ItemId. |
|
| Method Summary | |
|---|---|
static ItemId |
getItemIdFromString(String uniqueId)
Defines an implicit conversion between string and ItemId. |
String |
getXmlElementName()
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ItemId()
public ItemId(String uniqueId)
throws Exception
uniqueId - The unique Id used to initialize the ItemId.
Exception - the exception| Method Detail |
|---|
public static ItemId getItemIdFromString(String uniqueId)
throws Exception
uniqueId - The unique Id to convert to ItemId.
Exception - the exceptionpublic String getXmlElementName()
getXmlElementName in class ServiceId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||