Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatInfo
-
Packages that use MicrosoftGraphChatInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChatInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatInfo Modifier and Type Method Description MicrosoftGraphChatInfo
MicrosoftGraphOnlineMeeting. chatInfo()
Get the chatInfo property: chatInfo.MicrosoftGraphChatInfo
MicrosoftGraphChatInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatInfo.MicrosoftGraphChatInfo
MicrosoftGraphChatInfo. withMessageId(String messageId)
Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.MicrosoftGraphChatInfo
MicrosoftGraphChatInfo. withReplyChainMessageId(String replyChainMessageId)
Set the replyChainMessageId property: The ID of the reply message.MicrosoftGraphChatInfo
MicrosoftGraphChatInfo. withThreadId(String threadId)
Set the threadId property: The unique identifier for a thread in Microsoft Teams.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChatInfo Modifier and Type Method Description MicrosoftGraphOnlineMeeting
MicrosoftGraphOnlineMeeting. withChatInfo(MicrosoftGraphChatInfo chatInfo)
Set the chatInfo property: chatInfo.
-