Class MicrosoftGraphChatMessageReaction
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageReaction
-
public final class MicrosoftGraphChatMessageReaction extends Object
chatMessageReaction.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphChatMessageReaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: chatMessageReaction.OffsetDateTime
createdDateTime()
Get the createdDateTime property: The createdDateTime property.String
reactionType()
Get the reactionType property: The reactionType property.MicrosoftGraphIdentitySet
user()
Get the user property: identitySet.void
validate()
Validates the instance.MicrosoftGraphChatMessageReaction
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.
-
-
-
Method Detail
-
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The createdDateTime property.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
public MicrosoftGraphChatMessageReaction withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The createdDateTime property.- Parameters:
createdDateTime
- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
reactionType
public String reactionType()
Get the reactionType property: The reactionType property.- Returns:
- the reactionType value.
-
withReactionType
public MicrosoftGraphChatMessageReaction withReactionType(String reactionType)
Set the reactionType property: The reactionType property.- Parameters:
reactionType
- the reactionType value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
user
public MicrosoftGraphIdentitySet user()
Get the user property: identitySet.- Returns:
- the user value.
-
withUser
public MicrosoftGraphChatMessageReaction withUser(MicrosoftGraphIdentitySet user)
Set the user property: identitySet.- Parameters:
user
- the user value to set.- Returns:
- the MicrosoftGraphChatMessageReaction object itself.
-
additionalProperties
public Map<String,Object> 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.
-
-