|
||||||||
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.ConversationId
public class ConversationId
Represents the Id of a Conversation.
Constructor Summary | |
---|---|
ConversationId(java.lang.String uniqueId)
Initializes a new instance of ConversationId. |
Method Summary | |
---|---|
static ConversationId |
getConversationIdFromUniqueId(java.lang.String uniqueId)
Defines an implicit conversion between string and ConversationId. |
static java.lang.String |
getStringFromConversationId(ConversationId conversationId)
Defines an implicit conversion between ConversationId and String. |
protected java.lang.String |
getXmlElementName()
Gets the name of the XML element. |
java.lang.String |
toString()
Gets a string representation of the Conversation Id. |
Methods inherited from class microsoft.exchange.webservices.data.ServiceId |
---|
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, 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 |
---|
public ConversationId(java.lang.String uniqueId) throws java.lang.Exception
uniqueId
- the unique id
java.lang.Exception
- the exceptionMethod Detail |
---|
public static ConversationId getConversationIdFromUniqueId(java.lang.String uniqueId) throws java.lang.Exception
uniqueId
- the unique id
java.lang.Exception
- the exceptionpublic static java.lang.String getStringFromConversationId(ConversationId conversationId) throws ArgumentNullException
conversationId
- the conversation id
ArgumentNullException
- the argument null exceptionprotected java.lang.String getXmlElementName()
getXmlElementName
in class ServiceId
public java.lang.String toString()
toString
in class ServiceId
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |