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 MicrosoftGraphChatMessageMention
MicrosoftGraphChatMessageMention. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageMention.MicrosoftGraphChatMessageMention
MicrosoftGraphChatMessageMention. withId(Integer id)
Set the id property: Index of an entity being mentioned in the specified chatMessage.MicrosoftGraphChatMessageMention
MicrosoftGraphChatMessageMention. withMentioned(MicrosoftGraphIdentitySet mentioned)
Set the mentioned property: identitySet.MicrosoftGraphChatMessageMention
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 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 MicrosoftGraphChatMessage
MicrosoftGraphChatMessage. withMentions(List<MicrosoftGraphChatMessageMention> mentions)
Set the mentions property: List of entities mentioned in the chat message.
-