Package odata.msgraph.client.entity
Class AccessPackageMultipleChoiceQuestion
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.AccessPackageQuestion
-
- odata.msgraph.client.entity.AccessPackageMultipleChoiceQuestion
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AccessPackageMultipleChoiceQuestion extends AccessPackageQuestion implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessPackageMultipleChoiceQuestion.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessPackageAnswerChoice>choicesprotected StringchoicesNextLinkprotected BooleanisMultipleSelectionAllowed-
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 protectedAccessPackageMultipleChoiceQuestion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessPackageMultipleChoiceQuestion.BuilderbuilderAccessPackageMultipleChoiceQuestion()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()com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice>getChoices()com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice>getChoices(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getIsMultipleSelectionAllowed()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()AccessPackageMultipleChoiceQuestionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AccessPackageMultipleChoiceQuestionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()AccessPackageMultipleChoiceQuestionwithChoices(List<AccessPackageAnswerChoice> choices)AccessPackageMultipleChoiceQuestionwithIsMultipleSelectionAllowed(Boolean isMultipleSelectionAllowed)AccessPackageMultipleChoiceQuestionwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.entity.AccessPackageQuestion
getIsAnswerEditable, getIsRequired, getLocalizations, getLocalizations, getSequence, getText, withIsAnswerEditable, withIsRequired, withLocalizations, withSequence, withText
-
-
-
-
Field Detail
-
choices
protected List<AccessPackageAnswerChoice> choices
-
choicesNextLink
protected String choicesNextLink
-
isMultipleSelectionAllowed
protected Boolean isMultipleSelectionAllowed
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessPackageQuestion
-
builderAccessPackageMultipleChoiceQuestion
public static AccessPackageMultipleChoiceQuestion.Builder builderAccessPackageMultipleChoiceQuestion()
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
-
getChoices
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice> getChoices()
-
withChoices
public AccessPackageMultipleChoiceQuestion withChoices(List<AccessPackageAnswerChoice> choices)
-
getChoices
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice> getChoices(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsMultipleSelectionAllowed
public AccessPackageMultipleChoiceQuestion withIsMultipleSelectionAllowed(Boolean isMultipleSelectionAllowed)
-
withUnmappedField
public AccessPackageMultipleChoiceQuestion withUnmappedField(String name, String 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 AccessPackageMultipleChoiceQuestion 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 AccessPackageMultipleChoiceQuestion 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
-
-