Package com.microsoft.graph.models
Class VirtualEventSession
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OnlineMeetingBase
com.microsoft.graph.models.VirtualEventSession
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class VirtualEventSession
extends OnlineMeetingBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Virtual Event Session.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe End Date Time.The Start Date Time.Fields inherited from class com.microsoft.graph.models.OnlineMeetingBase
allowAttendeeToEnableCamera, allowAttendeeToEnableMic, allowedPresenters, allowMeetingChat, allowParticipantsToChangeName, allowTeamworkReactions, attendanceReports, audioConferencing, chatInfo, isEntryExitAnnounced, joinInformation, joinMeetingIdSettings, joinWebUrl, lobbyBypassSettings, recordAutomatically, shareMeetingChatHistoryDefault, subject, videoTeleconferenceId, watermarkProtection -
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
-
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTimeThe End Date Time. The virtual event session end time. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public DateTimeTimeZone startDateTimeThe Start Date Time. The virtual event session start time.
-
-
Constructor Details
-
VirtualEventSession
public VirtualEventSession()
-
-
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 classOnlineMeetingBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-