|
|||||||||
| 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(String uniqueId)
* Initializes a new instance of ItemId. |
| Method Summary | |
|---|---|
static ItemId |
getItemIdFromString(String uniqueId)
* Defines an implicit conversion between string and ItemId. |
protected 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, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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(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 exceptionprotected String getXmlElementName()
getXmlElementName in class ServiceId
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||