Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageReaction
Packages that use MicrosoftGraphChatMessageReaction
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChatMessageReaction in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageReactionModifier and TypeMethodDescriptionMicrosoftGraphChatMessageReaction.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessageReaction.MicrosoftGraphChatMessageReaction.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The createdDateTime property.MicrosoftGraphChatMessageReaction.withReactionType(String reactionType) Set the reactionType property: The reactionType property.MicrosoftGraphChatMessageReaction.withUser(MicrosoftGraphIdentitySet user) Set the user property: identitySet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageReactionModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.reactions()Get the reactions property: The reactions property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageReactionModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.withReactions(List<MicrosoftGraphChatMessageReaction> reactions) Set the reactions property: The reactions property.