Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendee
-
Packages that use MicrosoftGraphAttendee Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphAttendee Modifier and Type Method Description MicrosoftGraphAttendeeMicrosoftGraphAttendee. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: attendee.MicrosoftGraphAttendeeMicrosoftGraphAttendee. withEmailAddress(MicrosoftGraphEmailAddress emailAddress)Set the emailAddress property: emailAddress.MicrosoftGraphAttendeeMicrosoftGraphAttendee. withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)Set the proposedNewTime property: timeSlot.MicrosoftGraphAttendeeMicrosoftGraphAttendee. withStatus(MicrosoftGraphResponseStatus status)Set the status property: responseStatus.MicrosoftGraphAttendeeMicrosoftGraphAttendee. withType(MicrosoftGraphAttendeeType type)Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAttendee Modifier and Type Method Description List<MicrosoftGraphAttendee>MicrosoftGraphEvent. 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 MicrosoftGraphAttendee Modifier and Type Method Description MicrosoftGraphEventMicrosoftGraphEvent. withAttendees(List<MicrosoftGraphAttendee> attendees)Set the attendees property: The collection of attendees for the event.
-