Class VirtualEventRegistrationQuestionAnswer

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

public class VirtualEventRegistrationQuestionAnswer extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Virtual Event Registration Question Answer.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • booleanValue

      @SerializedName(value="booleanValue", alternate="BooleanValue") @Expose @Nullable public Boolean booleanValue
      The Boolean Value. Boolean answer of the virtual event registration question. Only appears when answerInputType is boolean.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name of the registration question.
    • multiChoiceValues

      @SerializedName(value="multiChoiceValues", alternate="MultiChoiceValues") @Expose @Nullable public List<String> multiChoiceValues
      The Multi Choice Values. Collection of text answer of the virtual event registration question. Only appears when answerInputType is multiChoice.
    • questionId

      @SerializedName(value="questionId", alternate="QuestionId") @Expose @Nullable public String questionId
      The Question Id. id of the virtual event registration question.
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public String value
      The Value. Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.
  • Constructor Details

    • VirtualEventRegistrationQuestionAnswer

      public VirtualEventRegistrationQuestionAnswer()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to