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. -
allowAttendeeToEnableMic
@SerializedName(value="allowAttendeeToEnableMic", alternate="AllowAttendeeToEnableMic") @Expose @Nullable public Boolean allowAttendeeToEnableMicThe Allow Attendee To Enable Mic. -
allowedPresenters
@SerializedName(value="allowedPresenters", alternate="AllowedPresenters") @Expose @Nullable public OnlineMeetingPresenters allowedPresentersThe Allowed Presenters. -
allowMeetingChat
@SerializedName(value="allowMeetingChat", alternate="AllowMeetingChat") @Expose @Nullable public MeetingChatMode allowMeetingChatThe Allow Meeting Chat. -
allowParticipantsToChangeName
@SerializedName(value="allowParticipantsToChangeName", alternate="AllowParticipantsToChangeName") @Expose @Nullable public Boolean allowParticipantsToChangeNameThe Allow Participants To Change Name. -
allowTeamworkReactions
@SerializedName(value="allowTeamworkReactions", alternate="AllowTeamworkReactions") @Expose @Nullable public Boolean allowTeamworkReactionsThe Allow Teamwork Reactions. -
audioConferencing
@SerializedName(value="audioConferencing", alternate="AudioConferencing") @Expose @Nullable public AudioConferencing audioConferencingThe Audio Conferencing. -
chatInfo
The Chat Info. -
isEntryExitAnnounced
@SerializedName(value="isEntryExitAnnounced", alternate="IsEntryExitAnnounced") @Expose @Nullable public Boolean isEntryExitAnnouncedThe Is Entry Exit Announced. -
joinInformation
@SerializedName(value="joinInformation", alternate="JoinInformation") @Expose @Nullable public ItemBody joinInformationThe Join Information. -
joinMeetingIdSettings
@SerializedName(value="joinMeetingIdSettings", alternate="JoinMeetingIdSettings") @Expose @Nullable public JoinMeetingIdSettings joinMeetingIdSettingsThe Join Meeting Id Settings. -
joinWebUrl
@SerializedName(value="joinWebUrl", alternate="JoinWebUrl") @Expose @Nullable public String joinWebUrlThe Join Web Url. -
lobbyBypassSettings
@SerializedName(value="lobbyBypassSettings", alternate="LobbyBypassSettings") @Expose @Nullable public LobbyBypassSettings lobbyBypassSettingsThe Lobby Bypass Settings. -
recordAutomatically
@SerializedName(value="recordAutomatically", alternate="RecordAutomatically") @Expose @Nullable public Boolean recordAutomaticallyThe Record Automatically. -
subject
The Subject. -
videoTeleconferenceId
@SerializedName(value="videoTeleconferenceId", alternate="VideoTeleconferenceId") @Expose @Nullable public String videoTeleconferenceIdThe Video Teleconference Id. -
watermarkProtection
@SerializedName(value="watermarkProtection", alternate="WatermarkProtection") @Expose @Nullable public WatermarkProtectionValues watermarkProtectionThe Watermark Protection. -
attendanceReports
@SerializedName(value="attendanceReports", alternate="AttendanceReports") @Expose @Nullable public MeetingAttendanceReportCollectionPage attendanceReportsThe Attendance Reports.
-
-
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
-