Package com.microsoft.graph.models
Class AccessPackageTextInputQuestion
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageQuestion
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Is Single Line Question.The Regex Pattern.Fields inherited from class com.microsoft.graph.models.AccessPackageQuestion
isAnswerEditable, isRequired, localizations, sequence, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
isSingleLineQuestion
@SerializedName(value="isSingleLineQuestion", alternate="IsSingleLineQuestion") @Expose @Nullable public Boolean isSingleLineQuestionThe 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 regexPatternThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAccessPackageQuestion- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-