Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendee
Packages that use MicrosoftGraphAttendee
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAttendee in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAttendeeModifier and TypeMethodDescriptionMicrosoftGraphAttendee.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: attendee.MicrosoftGraphAttendee.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.MicrosoftGraphAttendee.withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime) Set the proposedNewTime property: timeSlot.MicrosoftGraphAttendee.withStatus(MicrosoftGraphResponseStatus status) Set the status property: responseStatus.MicrosoftGraphAttendee.withType(MicrosoftGraphAttendeeType type) Set the type property: attendeeType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAttendeeModifier and TypeMethodDescriptionMicrosoftGraphEvent.attendees()Get the attendees property: The collection of attendees for the event.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAttendeeModifier and TypeMethodDescriptionMicrosoftGraphEvent.withAttendees(List<MicrosoftGraphAttendee> attendees) Set the attendees property: The collection of attendees for the event.