Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeeting
Packages that use MicrosoftGraphOnlineMeeting
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOnlineMeeting in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnlineMeetingModifier and TypeMethodDescriptionMicrosoftGraphOnlineMeeting.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onlineMeeting.MicrosoftGraphOnlineMeeting.withAllowedPresenters(MicrosoftGraphOnlineMeetingPresenters allowedPresenters) Set the allowedPresenters property: onlineMeetingPresenters.MicrosoftGraphOnlineMeeting.withAudioConferencing(MicrosoftGraphAudioConferencing audioConferencing) Set the audioConferencing property: audioConferencing.MicrosoftGraphOnlineMeeting.withChatInfo(MicrosoftGraphChatInfo chatInfo) Set the chatInfo property: chatInfo.MicrosoftGraphOnlineMeeting.withCreationDateTime(OffsetDateTime creationDateTime) Set the creationDateTime property: The meeting creation time in UTC.MicrosoftGraphOnlineMeeting.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The meeting end time in UTC.MicrosoftGraphOnlineMeeting.withExternalId(String externalId) Set the externalId property: The externalId property.Set the id property: Read-only.MicrosoftGraphOnlineMeeting.withIsEntryExitAnnounced(Boolean isEntryExitAnnounced) Set the isEntryExitAnnounced property: Whether or not to announce when callers join or leave.MicrosoftGraphOnlineMeeting.withJoinInformation(MicrosoftGraphItemBody joinInformation) Set the joinInformation property: itemBody.MicrosoftGraphOnlineMeeting.withJoinWebUrl(String joinWebUrl) Set the joinWebUrl property: The join URL of the online meeting.MicrosoftGraphOnlineMeeting.withLobbyBypassSettings(MicrosoftGraphLobbyBypassSettings lobbyBypassSettings) Set the lobbyBypassSettings property: lobbyBypassSettings.MicrosoftGraphOnlineMeeting.withParticipants(MicrosoftGraphMeetingParticipants participants) Set the participants property: meetingParticipants.MicrosoftGraphOnlineMeeting.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The meeting start time in UTC.MicrosoftGraphOnlineMeeting.withSubject(String subject) Set the subject property: The subject of the online meeting.MicrosoftGraphOnlineMeeting.withVideoTeleconferenceId(String videoTeleconferenceId) Set the videoTeleconferenceId property: The video teleconferencing ID.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnlineMeetingModifier and TypeMethodDescriptionMicrosoftGraphUserInner.onlineMeetings()Get the onlineMeetings property: The onlineMeetings property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnlineMeetingModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withOnlineMeetings(List<MicrosoftGraphOnlineMeeting> onlineMeetings) Set the onlineMeetings property: The onlineMeetings property.