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. Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • email

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

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

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

      @SerializedName(value="registrationDateTime", alternate="RegistrationDateTime") @Expose @Nullable public OffsetDateTime registrationDateTime
      The Registration Date Time. Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • registrationQuestionAnswers

      @SerializedName(value="registrationQuestionAnswers", alternate="RegistrationQuestionAnswers") @Expose @Nullable public List<VirtualEventRegistrationQuestionAnswer> registrationQuestionAnswers
      The Registration Question Answers. The registrant's answer to the registration questions.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public VirtualEventAttendeeRegistrationStatus status
      The Status. Registration status of the registrant. Read-only.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra 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