Class MicrosoftGraphRecipient

    • Constructor Detail

      • MicrosoftGraphRecipient

        public MicrosoftGraphRecipient()
    • Method Detail

      • emailAddress

        public MicrosoftGraphEmailAddress emailAddress()
        Get the emailAddress property: emailAddress.
        Returns:
        the emailAddress value.
      • withEmailAddress

        public MicrosoftGraphRecipient withEmailAddress​(MicrosoftGraphEmailAddress emailAddress)
        Set the emailAddress property: emailAddress.
        Parameters:
        emailAddress - the emailAddress value to set.
        Returns:
        the MicrosoftGraphRecipient object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: recipient.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphRecipient withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: recipient.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphRecipient object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.