Class MicrosoftGraphAttendeeBase
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendeeBase
- Direct Known Subclasses:
MicrosoftGraphAttendee
attendeeBase.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphAttendeeBase class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: attendeeBase.type()Get the type property: attendeeType.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: attendeeBase.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.Set the type property: attendeeType.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
emailAddress
-
Constructor Details
-
MicrosoftGraphAttendeeBase
public MicrosoftGraphAttendeeBase()Creates an instance of MicrosoftGraphAttendeeBase class.
-
-
Method Details
-
type
Get the type property: attendeeType.- Returns:
- the type value.
-
withType
Set the type property: attendeeType.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphAttendeeBase object itself.
-
additionalProperties
Get the additionalProperties property: attendeeBase.- Overrides:
additionalPropertiesin classMicrosoftGraphRecipient- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: attendeeBase.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphRecipient- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAttendeeBase object itself.
-
withEmailAddress
Set the emailAddress property: emailAddress.- Overrides:
withEmailAddressin classMicrosoftGraphRecipient- Parameters:
emailAddress- the emailAddress value to set.- Returns:
- the MicrosoftGraphRecipient object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphRecipient- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-