Class MicrosoftGraphRecipient
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
- Direct Known Subclasses:
MicrosoftGraphAttendeeBase
recipient.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphRecipient class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: recipient.Get the emailAddress property: emailAddress.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recipient.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.
-
Constructor Details
-
MicrosoftGraphRecipient
public MicrosoftGraphRecipient()Creates an instance of MicrosoftGraphRecipient class.
-
-
Method Details
-
emailAddress
Get the emailAddress property: emailAddress.- Returns:
- the emailAddress value.
-
withEmailAddress
Set the emailAddress property: emailAddress.- Parameters:
emailAddress- the emailAddress value to set.- Returns:
- the MicrosoftGraphRecipient object itself.
-
additionalProperties
Get the additionalProperties property: recipient.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-