Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipantInfo
Packages that use MicrosoftGraphMeetingParticipantInfo
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMeetingParticipantInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMeetingParticipantInfoModifier and TypeMethodDescriptionMicrosoftGraphMeetingParticipants.organizer()Get the organizer property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfo.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfo.withIdentity(MicrosoftGraphIdentitySet identity) Set the identity property: identitySet.MicrosoftGraphMeetingParticipantInfo.withRole(MicrosoftGraphOnlineMeetingRole role) Set the role property: onlineMeetingRole.Set the upn property: User principal name of the participant.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMeetingParticipantInfoModifier and TypeMethodDescriptionMicrosoftGraphMeetingParticipants.attendees()Get the attendees property: The attendees property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMeetingParticipantInfoModifier and TypeMethodDescriptionMicrosoftGraphMeetingParticipants.withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer) Set the organizer property: meetingParticipantInfo.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMeetingParticipantInfoModifier and TypeMethodDescriptionMicrosoftGraphMeetingParticipants.withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees) Set the attendees property: The attendees property.