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 MicrosoftGraphMeetingParticipants
MicrosoftGraphOnlineMeeting. participants()
Get the participants property: meetingParticipants.MicrosoftGraphMeetingParticipants
MicrosoftGraphMeetingParticipants. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: meetingParticipants.MicrosoftGraphMeetingParticipants
MicrosoftGraphMeetingParticipants. withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)
Set the attendees property: The attendees property.MicrosoftGraphMeetingParticipants
MicrosoftGraphMeetingParticipants. 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 MicrosoftGraphOnlineMeeting
MicrosoftGraphOnlineMeeting. withParticipants(MicrosoftGraphMeetingParticipants participants)
Set the participants property: meetingParticipants.
-