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 MicrosoftGraphMeetingParticipantInfo
MicrosoftGraphMeetingParticipants. organizer()
Get the organizer property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfo
MicrosoftGraphMeetingParticipantInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: meetingParticipantInfo.MicrosoftGraphMeetingParticipantInfo
MicrosoftGraphMeetingParticipantInfo. withIdentity(MicrosoftGraphIdentitySet identity)
Set the identity property: identitySet.MicrosoftGraphMeetingParticipantInfo
MicrosoftGraphMeetingParticipantInfo. withRole(MicrosoftGraphOnlineMeetingRole role)
Set the role property: The role property.MicrosoftGraphMeetingParticipantInfo
MicrosoftGraphMeetingParticipantInfo. 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 MicrosoftGraphMeetingParticipants
MicrosoftGraphMeetingParticipants. 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 MicrosoftGraphMeetingParticipants
MicrosoftGraphMeetingParticipants. withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)
Set the attendees property: The attendees property.
-