Class VirtualEventRegistration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.VirtualEventRegistration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class VirtualEventRegistration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Virtual Event Registration.
  • Field Details

    • cancelationDateTime

      @SerializedName(value="cancelationDateTime", alternate="CancelationDateTime") @Expose @Nullable public OffsetDateTime cancelationDateTime
      The Cancelation Date Time.
    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email.
    • firstName

      @SerializedName(value="firstName", alternate="FirstName") @Expose @Nullable public String firstName
      The First Name.
    • lastName

      @SerializedName(value="lastName", alternate="LastName") @Expose @Nullable public String lastName
      The Last Name.
    • registrationDateTime

      @SerializedName(value="registrationDateTime", alternate="RegistrationDateTime") @Expose @Nullable public OffsetDateTime registrationDateTime
      The Registration Date Time.
    • registrationQuestionAnswers

      @SerializedName(value="registrationQuestionAnswers", alternate="RegistrationQuestionAnswers") @Expose @Nullable public List<VirtualEventRegistrationQuestionAnswer> registrationQuestionAnswers
      The Registration Question Answers.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public VirtualEventAttendeeRegistrationStatus status
      The Status.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id.
  • Constructor Details

    • VirtualEventRegistration

      public VirtualEventRegistration()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to