Class 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 Details

    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTime
      The End Date Time.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public DateTimeTimeZone startDateTime
      The Start Date 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class OnlineMeetingBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to