Class MicrosoftGraphChatMessageReaction


  • public final class MicrosoftGraphChatMessageReaction
    extends Object
    chatMessageReaction.
    • Constructor Detail

      • MicrosoftGraphChatMessageReaction

        public MicrosoftGraphChatMessageReaction()
    • 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.
      • 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.