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 MicrosoftGraphChatInfoMicrosoftGraphOnlineMeeting. chatInfo()Get the chatInfo property: chatInfo.MicrosoftGraphChatInfoMicrosoftGraphChatInfo. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: chatInfo.MicrosoftGraphChatInfoMicrosoftGraphChatInfo. withMessageId(String messageId)Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.MicrosoftGraphChatInfoMicrosoftGraphChatInfo. withReplyChainMessageId(String replyChainMessageId)Set the replyChainMessageId property: The ID of the reply message.MicrosoftGraphChatInfoMicrosoftGraphChatInfo. 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 MicrosoftGraphOnlineMeetingMicrosoftGraphOnlineMeeting. withChatInfo(MicrosoftGraphChatInfo chatInfo)Set the chatInfo property: chatInfo.
-