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
-
public final class MicrosoftGraphAttendee extends MicrosoftGraphAttendeeBase
attendee.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAttendee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: attendee.MicrosoftGraphTimeSlotproposedNewTime()Get the proposedNewTime property: timeSlot.MicrosoftGraphResponseStatusstatus()Get the status property: responseStatus.voidvalidate()Validates the instance.MicrosoftGraphAttendeewithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: attendee.MicrosoftGraphAttendeewithEmailAddress(MicrosoftGraphEmailAddress emailAddress)Set the emailAddress property: emailAddress.MicrosoftGraphAttendeewithProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)Set the proposedNewTime property: timeSlot.MicrosoftGraphAttendeewithStatus(MicrosoftGraphResponseStatus status)Set the status property: responseStatus.MicrosoftGraphAttendeewithType(MicrosoftGraphAttendeeType type)Set the type property: The type property.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendeeBase
type
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
emailAddress
-
-
-
-
Method Detail
-
proposedNewTime
public MicrosoftGraphTimeSlot proposedNewTime()
Get the proposedNewTime property: timeSlot.- Returns:
- the proposedNewTime value.
-
withProposedNewTime
public MicrosoftGraphAttendee withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)
Set the proposedNewTime property: timeSlot.- Parameters:
proposedNewTime- the proposedNewTime value to set.- Returns:
- the MicrosoftGraphAttendee object itself.
-
status
public MicrosoftGraphResponseStatus status()
Get the status property: responseStatus.- Returns:
- the status value.
-
withStatus
public MicrosoftGraphAttendee withStatus(MicrosoftGraphResponseStatus status)
Set the status property: responseStatus.- Parameters:
status- the status value to set.- Returns:
- the MicrosoftGraphAttendee object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: attendee.- Overrides:
additionalPropertiesin classMicrosoftGraphAttendeeBase- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphAttendee withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: attendee.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphAttendeeBase- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAttendee object itself.
-
withType
public MicrosoftGraphAttendee withType(MicrosoftGraphAttendeeType type)
Set the type property: The type property.- Overrides:
withTypein classMicrosoftGraphAttendeeBase- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphAttendeeBase object itself.
-
withEmailAddress
public MicrosoftGraphAttendee withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
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.
-
-