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