Package odata.msgraph.client.entity
Class AccessPackageTextInputQuestion
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.AccessPackageQuestion
-
- odata.msgraph.client.entity.AccessPackageTextInputQuestion
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AccessPackageTextInputQuestion extends AccessPackageQuestion implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessPackageTextInputQuestion.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisSingleLineQuestionprotected StringregexPattern-
Fields inherited from class odata.msgraph.client.entity.AccessPackageQuestion
isAnswerEditable, isRequired, localizations, localizationsNextLink, sequence, text
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessPackageTextInputQuestion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessPackageTextInputQuestion.BuilderbuilderAccessPackageTextInputQuestion()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<Boolean>getIsSingleLineQuestion()Optional<String>getRegexPattern()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()AccessPackageTextInputQuestionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AccessPackageTextInputQuestionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()AccessPackageTextInputQuestionwithIsSingleLineQuestion(Boolean isSingleLineQuestion)AccessPackageTextInputQuestionwithRegexPattern(String regexPattern)AccessPackageTextInputQuestionwithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.entity.AccessPackageQuestion
getIsAnswerEditable, getIsRequired, getLocalizations, getLocalizations, getSequence, getText, withIsAnswerEditable, withIsRequired, withLocalizations, withSequence, withText
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessPackageQuestion
-
builderAccessPackageTextInputQuestion
public static AccessPackageTextInputQuestion.Builder builderAccessPackageTextInputQuestion()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classAccessPackageQuestion
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAccessPackageQuestion
-
withIsSingleLineQuestion
public AccessPackageTextInputQuestion withIsSingleLineQuestion(Boolean isSingleLineQuestion)
-
withRegexPattern
public AccessPackageTextInputQuestion withRegexPattern(String regexPattern)
-
withUnmappedField
public AccessPackageTextInputQuestion withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAccessPackageQuestion
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAccessPackageQuestion
-
patch
public AccessPackageTextInputQuestion patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classAccessPackageQuestion- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public AccessPackageTextInputQuestion put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classAccessPackageQuestion- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classAccessPackageQuestion
-
-