Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageReaction
-
Packages that use MicrosoftGraphChatMessageReaction Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphChatMessageReaction Modifier and Type Method Description MicrosoftGraphChatMessageReactionMicrosoftGraphChatMessageReaction. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: chatMessageReaction.MicrosoftGraphChatMessageReactionMicrosoftGraphChatMessageReaction. withCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The createdDateTime property.MicrosoftGraphChatMessageReactionMicrosoftGraphChatMessageReaction. withReactionType(String reactionType)Set the reactionType property: The reactionType property.MicrosoftGraphChatMessageReactionMicrosoftGraphChatMessageReaction. withUser(MicrosoftGraphIdentitySet user)Set the user property: identitySet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageReaction Modifier and Type Method Description List<MicrosoftGraphChatMessageReaction>MicrosoftGraphChatMessage. reactions()Get the reactions property: The reactions property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageReaction Modifier and Type Method Description MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withReactions(List<MicrosoftGraphChatMessageReaction> reactions)Set the reactions property: The reactions property.
-