Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageMention
-
Packages that use MicrosoftGraphChatMessageMention Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphChatMessageMention Modifier and Type Method Description MicrosoftGraphChatMessageMentionMicrosoftGraphChatMessageMention. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: chatMessageMention.MicrosoftGraphChatMessageMentionMicrosoftGraphChatMessageMention. withId(Integer id)Set the id property: Index of an entity being mentioned in the specified chatMessage.MicrosoftGraphChatMessageMentionMicrosoftGraphChatMessageMention. withMentioned(MicrosoftGraphIdentitySet mentioned)Set the mentioned property: identitySet.MicrosoftGraphChatMessageMentionMicrosoftGraphChatMessageMention. 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 MicrosoftGraphChatMessageMention Modifier and Type Method Description List<MicrosoftGraphChatMessageMention>MicrosoftGraphChatMessage. 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 MicrosoftGraphChatMessageMention Modifier and Type Method Description MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withMentions(List<MicrosoftGraphChatMessageMention> mentions)Set the mentions property: List of entities mentioned in the chat message.
-