你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphChatInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChatInfo
- com.
Implements
public final class MicrosoftGraphChatInfo
implements JsonSerializable<MicrosoftGraphChatInfo>
chatInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphChatInfo() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
messageId()
Get the message |
String |
replyChainMessageId()
Get the reply |
String |
threadId()
Get the thread |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withMessageId(String messageId)
Set the message |
Microsoft |
withReplyChainMessageId(String replyChainMessageId)
Set the reply |
Microsoft |
withThreadId(String threadId)
Set the thread |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphChatInfo
public MicrosoftGraphChatInfo()
Creates an instance of MicrosoftGraphChatInfo class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: chatInfo.
Returns:
fromJson
public static MicrosoftGraphChatInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphChatInfo from the JsonReader.
Parameters:
Returns:
Throws:
messageId
public String messageId()
Get the messageId property: The unique identifier of a message in a Microsoft Teams channel.
Returns:
replyChainMessageId
public String replyChainMessageId()
Get the replyChainMessageId property: The ID of the reply message.
Returns:
threadId
public String threadId()
Get the threadId property: The unique identifier for a thread in Microsoft Teams.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphChatInfo withAdditionalProperties(Map
Set the additionalProperties property: chatInfo.
Parameters:
Returns:
withMessageId
public MicrosoftGraphChatInfo withMessageId(String messageId)
Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.
Parameters:
Returns:
withReplyChainMessageId
public MicrosoftGraphChatInfo withReplyChainMessageId(String replyChainMessageId)
Set the replyChainMessageId property: The ID of the reply message.
Parameters:
Returns:
withThreadId
public MicrosoftGraphChatInfo withThreadId(String threadId)
Set the threadId property: The unique identifier for a thread in Microsoft Teams.
Parameters:
Returns: