Class MicrosoftGraphChatMessageReaction
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageReaction
chatMessageReaction.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphChatMessageReaction class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: chatMessageReaction.Get the createdDateTime property: The createdDateTime property.Get the reactionType property: The reactionType property.user()Get the user property: identitySet.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessageReaction.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The createdDateTime property.withReactionType(String reactionType) Set the reactionType property: The reactionType property.Set the user property: identitySet.
-
Constructor Details
-
MicrosoftGraphChatMessageReaction
public MicrosoftGraphChatMessageReaction()Creates an instance of MicrosoftGraphChatMessageReaction class.
-
-
Method Details
-
createdDateTime
Get the createdDateTime property: The createdDateTime property.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
Set the createdDateTime property: The createdDateTime property.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
reactionType
Get the reactionType property: The reactionType property.- Returns:
- the reactionType value.
-
withReactionType
Set the reactionType property: The reactionType property.- Parameters:
reactionType- the reactionType value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
user
Get the user property: identitySet.- Returns:
- the user value.
-
withUser
Set the user property: identitySet.- Parameters:
user- the user value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
additionalProperties
Get the additionalProperties property: chatMessageReaction.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphChatMessageReaction withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessageReaction.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-