Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipants
-
Packages that use MicrosoftGraphMeetingParticipants Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphMeetingParticipants in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMeetingParticipants Modifier and Type Method Description MicrosoftGraphMeetingParticipantsMicrosoftGraphOnlineMeeting. participants()Get the participants property: meetingParticipants.MicrosoftGraphMeetingParticipantsMicrosoftGraphMeetingParticipants. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: meetingParticipants.MicrosoftGraphMeetingParticipantsMicrosoftGraphMeetingParticipants. withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)Set the attendees property: The attendees property.MicrosoftGraphMeetingParticipantsMicrosoftGraphMeetingParticipants. withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)Set the organizer property: meetingParticipantInfo.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMeetingParticipants Modifier and Type Method Description MicrosoftGraphOnlineMeetingMicrosoftGraphOnlineMeeting. withParticipants(MicrosoftGraphMeetingParticipants participants)Set the participants property: meetingParticipants.
-