public class ConversationId extends ServiceId
Constructor and Description |
---|
ConversationId()
Initializes a new instance of the ConversationId class.
|
ConversationId(String uniqueId)
Initializes a new instance of ConversationId.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getXmlElementName()
Gets the name of the XML element.
|
String |
toString()
Gets a string representation of the Conversation Id.
|
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, writeAttributesToXml, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml
public ConversationId()
public ConversationId(String uniqueId) throws Exception
uniqueId
- the unique idException
- the exceptionpublic static ConversationId getConversationIdFromUniqueId(String uniqueId) throws Exception
uniqueId
- the unique idException
- the exceptionpublic static String getStringFromConversationId(ConversationId conversationId) throws ArgumentNullException
conversationId
- the conversation idArgumentNullException
- the argument null exceptionpublic String getXmlElementName()
getXmlElementName
in class ServiceId
Copyright © 2012–2015 Microsoft. All rights reserved.