Class AccessPackageMultipleChoiceQuestion

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

public class AccessPackageMultipleChoiceQuestion extends AccessPackageQuestion implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Multiple Choice Question.
  • Field Details

    • choices

      @SerializedName(value="choices", alternate="Choices") @Expose @Nullable public List<AccessPackageAnswerChoice> choices
      The Choices. List of answer choices.
    • isMultipleSelectionAllowed

      @SerializedName(value="isMultipleSelectionAllowed", alternate="IsMultipleSelectionAllowed") @Expose @Nullable public Boolean isMultipleSelectionAllowed
      The Is Multiple Selection Allowed. Indicates whether requestor can select multiple choices as their answer.
  • Constructor Details

    • AccessPackageMultipleChoiceQuestion

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