Class MicrosoftGraphRecipient

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
Direct Known Subclasses:
MicrosoftGraphAttendeeBase

public class MicrosoftGraphRecipient extends Object
recipient.
  • Constructor Details

    • MicrosoftGraphRecipient

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

    • 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.