Class MicrosoftGraphChatMessageReaction

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageReaction

public final class MicrosoftGraphChatMessageReaction extends Object
chatMessageReaction.
  • Constructor Details

    • MicrosoftGraphChatMessageReaction

      public MicrosoftGraphChatMessageReaction()
      Creates an instance of MicrosoftGraphChatMessageReaction class.
  • Method Details

    • 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

      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

      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.