Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageMention
Packages that use MicrosoftGraphChatMessageMention
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChatMessageMention in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageMentionModifier and TypeMethodDescriptionMicrosoftGraphChatMessageMention.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessageMention.Set the id property: Index of an entity being mentioned in the specified chatMessage.MicrosoftGraphChatMessageMention.withMentioned(MicrosoftGraphIdentitySet mentioned) Set the mentioned property: identitySet.MicrosoftGraphChatMessageMention.withMentionText(String mentionText) Set the mentionText property: String used to represent the mention.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageMentionModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.mentions()Get the mentions property: List of entities mentioned in the chat message.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageMentionModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.withMentions(List<MicrosoftGraphChatMessageMention> mentions) Set the mentions property: List of entities mentioned in the chat message.