Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipantInfo
-
Packages that use MicrosoftGraphMeetingParticipantInfo Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphMeetingParticipantInfo Modifier and Type Method Description MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipants. organizer()Get the organizer property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipantInfo. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipantInfo. withIdentity(MicrosoftGraphIdentitySet identity)Set the identity property: identitySet.MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipantInfo. withRole(MicrosoftGraphOnlineMeetingRole role)Set the role property: The role property.MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipantInfo. withUpn(String upn)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 MicrosoftGraphMeetingParticipantInfo Modifier and Type Method Description List<MicrosoftGraphMeetingParticipantInfo>MicrosoftGraphMeetingParticipants. attendees()Get the attendees property: The attendees property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMeetingParticipantInfo Modifier and Type Method Description MicrosoftGraphMeetingParticipantsMicrosoftGraphMeetingParticipants. withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)Set the organizer property: meetingParticipantInfo.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMeetingParticipantInfo Modifier and Type Method Description MicrosoftGraphMeetingParticipantsMicrosoftGraphMeetingParticipants. withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)Set the attendees property: The attendees property.
-