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 MicrosoftGraphChatMessageReaction
MicrosoftGraphChatMessageReaction. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageReaction.MicrosoftGraphChatMessageReaction
MicrosoftGraphChatMessageReaction. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The createdDateTime property.MicrosoftGraphChatMessageReaction
MicrosoftGraphChatMessageReaction. withReactionType(String reactionType)
Set the reactionType property: The reactionType property.MicrosoftGraphChatMessageReaction
MicrosoftGraphChatMessageReaction. 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 MicrosoftGraphChatMessage
MicrosoftGraphChatMessage. withReactions(List<MicrosoftGraphChatMessageReaction> reactions)
Set the reactions property: The reactions property.
-