Package com.microsoft.graph.models
Class OnlineMeetingBase
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OnlineMeetingBase
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
OnlineMeeting,VirtualEventSession
public class OnlineMeetingBase
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Online Meeting Base.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow Attendee To Enable Camera.The Allow Attendee To Enable Mic.The Allowed Presenters.The Allow Meeting Chat.The Allow Participants To Change Name.The Allow Teamwork Reactions.The Attendance Reports.The Audio Conferencing.The Chat Info.The Is Entry Exit Announced.The Join Information.The Join Meeting Id Settings.The Join Web Url.The Lobby Bypass Settings.The Record Automatically.The Share Meeting Chat History Default.The Subject.The Video Teleconference Id.The Watermark Protection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
allowAttendeeToEnableCamera
@SerializedName(value="allowAttendeeToEnableCamera", alternate="AllowAttendeeToEnableCamera") @Expose @Nullable public Boolean allowAttendeeToEnableCameraThe Allow Attendee To Enable Camera. Indicates whether attendees can turn on their camera. -
allowAttendeeToEnableMic
@SerializedName(value="allowAttendeeToEnableMic", alternate="AllowAttendeeToEnableMic") @Expose @Nullable public Boolean allowAttendeeToEnableMicThe Allow Attendee To Enable Mic. Indicates whether attendees can turn on their microphone. -
allowedPresenters
@SerializedName(value="allowedPresenters", alternate="AllowedPresenters") @Expose @Nullable public OnlineMeetingPresenters allowedPresentersThe Allowed Presenters. Specifies who can be a presenter in a meeting. -
allowMeetingChat
@SerializedName(value="allowMeetingChat", alternate="AllowMeetingChat") @Expose @Nullable public MeetingChatMode allowMeetingChatThe Allow Meeting Chat. Specifies the mode of the meeting chat. -
allowParticipantsToChangeName
@SerializedName(value="allowParticipantsToChangeName", alternate="AllowParticipantsToChangeName") @Expose @Nullable public Boolean allowParticipantsToChangeNameThe Allow Participants To Change Name. Specifies if participants are allowed to rename themselves in an instance of the meeting. -
allowTeamworkReactions
@SerializedName(value="allowTeamworkReactions", alternate="AllowTeamworkReactions") @Expose @Nullable public Boolean allowTeamworkReactionsThe Allow Teamwork Reactions. Indicates if Teams reactions are enabled for the meeting. -
audioConferencing
@SerializedName(value="audioConferencing", alternate="AudioConferencing") @Expose @Nullable public AudioConferencing audioConferencingThe Audio Conferencing. The phone access (dial-in) information for an online meeting. Read-only. -
chatInfo
The Chat Info. The chat information associated with this online meeting. -
isEntryExitAnnounced
@SerializedName(value="isEntryExitAnnounced", alternate="IsEntryExitAnnounced") @Expose @Nullable public Boolean isEntryExitAnnouncedThe Is Entry Exit Announced. Indicates whether to announce when callers join or leave. -
joinInformation
@SerializedName(value="joinInformation", alternate="JoinInformation") @Expose @Nullable public ItemBody joinInformationThe Join Information. The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. -
joinMeetingIdSettings
@SerializedName(value="joinMeetingIdSettings", alternate="JoinMeetingIdSettings") @Expose @Nullable public JoinMeetingIdSettings joinMeetingIdSettingsThe Join Meeting Id Settings. Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings can't be modified. To make any changes to this property, you must cancel this meeting and create a new one. -
joinWebUrl
@SerializedName(value="joinWebUrl", alternate="JoinWebUrl") @Expose @Nullable public String joinWebUrlThe Join Web Url. The join URL of the online meeting. Read-only. -
lobbyBypassSettings
@SerializedName(value="lobbyBypassSettings", alternate="LobbyBypassSettings") @Expose @Nullable public LobbyBypassSettings lobbyBypassSettingsThe Lobby Bypass Settings. Specifies which participants can bypass the meeting lobby. -
recordAutomatically
@SerializedName(value="recordAutomatically", alternate="RecordAutomatically") @Expose @Nullable public Boolean recordAutomaticallyThe Record Automatically. Indicates whether to record the meeting automatically. -
subject
The Subject. The subject of the online meeting. -
videoTeleconferenceId
@SerializedName(value="videoTeleconferenceId", alternate="VideoTeleconferenceId") @Expose @Nullable public String videoTeleconferenceIdThe Video Teleconference Id. The video teleconferencing ID. Read-only. -
watermarkProtection
@SerializedName(value="watermarkProtection", alternate="WatermarkProtection") @Expose @Nullable public WatermarkProtectionValues watermarkProtectionThe Watermark Protection. Specifies whether the client application should apply a watermark to a content type. -
attendanceReports
@SerializedName(value="attendanceReports", alternate="AttendanceReports") @Expose @Nullable public MeetingAttendanceReportCollectionPage attendanceReportsThe Attendance Reports. The attendance reports of an online meeting. Read-only.
-
-
Constructor Details
-
OnlineMeetingBase
public OnlineMeetingBase()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-