Class BookingCustomQuestion

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

public class BookingCustomQuestion extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Booking Custom Question.
  • Field Details

    • answerInputType

      @SerializedName(value="answerInputType", alternate="AnswerInputType") @Expose @Nullable public AnswerInputType answerInputType
      The Answer Input Type. The expected answer type. The possible values are: text, radioButton, unknownFutureValue.
    • answerOptions

      @SerializedName(value="answerOptions", alternate="AnswerOptions") @Expose @Nullable public List<String> answerOptions
      The Answer Options. List of possible answer values.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name is suitable for human-readable interfaces.
  • Constructor Details

    • BookingCustomQuestion

      public BookingCustomQuestion()
  • 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