Class AccessPackageTextInputQuestion

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessPackageTextInputQuestion extends AccessPackageQuestion implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Text Input Question.
  • Field Details

    • isSingleLineQuestion

      @SerializedName(value="isSingleLineQuestion", alternate="IsSingleLineQuestion") @Expose @Nullable public Boolean isSingleLineQuestion
      The Is Single Line Question. Indicates whether the answer will be in single or multiple line format.
    • regexPattern

      @SerializedName(value="regexPattern", alternate="RegexPattern") @Expose @Nullable public String regexPattern
      The Regex Pattern. The regular expression pattern which any answer to this question must match.
  • Constructor Details

    • AccessPackageTextInputQuestion

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