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 MicrosoftGraphAttendee
MicrosoftGraphAttendee. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: attendee.MicrosoftGraphAttendee
MicrosoftGraphAttendee. withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
Set the emailAddress property: emailAddress.MicrosoftGraphAttendee
MicrosoftGraphAttendee. withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)
Set the proposedNewTime property: timeSlot.MicrosoftGraphAttendee
MicrosoftGraphAttendee. withStatus(MicrosoftGraphResponseStatus status)
Set the status property: responseStatus.MicrosoftGraphAttendee
MicrosoftGraphAttendee. 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 MicrosoftGraphEvent
MicrosoftGraphEvent. withAttendees(List<MicrosoftGraphAttendee> attendees)
Set the attendees property: The collection of attendees for the event.
-