|
|||||||||
| 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(String uniqueId)
Initializes a new instance of ConversationId. |
|
| Method Summary | |
|---|---|
static ConversationId |
getConversationIdFromUniqueId(String uniqueId)
Defines an implicit conversion between string and ConversationId. |
static String |
getStringFromConversationId(ConversationId conversationId)
Defines an implicit conversion between ConversationId and String. |
protected String |
getXmlElementName()
Gets the name of the XML element. |
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, 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 |
|---|
public ConversationId(String uniqueId)
throws Exception
uniqueId - the unique id
Exception - the exception| Method Detail |
|---|
public static ConversationId getConversationIdFromUniqueId(String uniqueId)
throws Exception
uniqueId - the unique id
Exception - the exception
public static String getStringFromConversationId(ConversationId conversationId)
throws ArgumentNullException
conversationId - the conversation id
ArgumentNullException - the argument null exceptionprotected String getXmlElementName()
getXmlElementName in class ServiceIdpublic String toString()
toString in class ServiceId
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||