Class MicrosoftGraphChatInfo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatInfo
chatInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphChatInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: chatInfo.Get the messageId property: The unique identifier of a message in a Microsoft Teams channel.Get the replyChainMessageId property: The ID of the reply message.threadId()Get the threadId property: The unique identifier for a thread in Microsoft Teams.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatInfo.withMessageId(String messageId) Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.withReplyChainMessageId(String replyChainMessageId) Set the replyChainMessageId property: The ID of the reply message.withThreadId(String threadId) Set the threadId property: The unique identifier for a thread in Microsoft Teams.
-
Constructor Details
-
MicrosoftGraphChatInfo
public MicrosoftGraphChatInfo()Creates an instance of MicrosoftGraphChatInfo class.
-
-
Method Details
-
messageId
Get the messageId property: The unique identifier of a message in a Microsoft Teams channel.- Returns:
- the messageId value.
-
withMessageId
Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.- Parameters:
messageId- the messageId value to set.- Returns:
- the MicrosoftGraphChatInfo object itself.
-
replyChainMessageId
Get the replyChainMessageId property: The ID of the reply message.- Returns:
- the replyChainMessageId value.
-
withReplyChainMessageId
Set the replyChainMessageId property: The ID of the reply message.- Parameters:
replyChainMessageId- the replyChainMessageId value to set.- Returns:
- the MicrosoftGraphChatInfo object itself.
-
threadId
Get the threadId property: The unique identifier for a thread in Microsoft Teams.- Returns:
- the threadId value.
-
withThreadId
Set the threadId property: The unique identifier for a thread in Microsoft Teams.- Parameters:
threadId- the threadId value to set.- Returns:
- the MicrosoftGraphChatInfo object itself.
-
additionalProperties
Get the additionalProperties property: chatInfo.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: chatInfo.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphChatInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-