Uses of Class
odata.msgraph.client.entity.AccessPackageQuestion
-
Packages that use AccessPackageQuestion Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccessPackageQuestion in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AccessPackageQuestion Modifier and Type Field Description protected AccessPackageQuestionAccessPackageAnswer. answeredQuestionMethods in odata.msgraph.client.complex with parameters of type AccessPackageQuestion Modifier and Type Method Description AccessPackageAnswerString.BuilderAccessPackageAnswerString.Builder. answeredQuestion(AccessPackageQuestion answeredQuestion) -
Uses of AccessPackageQuestion in odata.msgraph.client.entity
Subclasses of AccessPackageQuestion in odata.msgraph.client.entity Modifier and Type Class Description classAccessPackageMultipleChoiceQuestionclassAccessPackageTextInputQuestionFields in odata.msgraph.client.entity with type parameters of type AccessPackageQuestion Modifier and Type Field Description protected List<AccessPackageQuestion>AccessPackageAssignmentPolicy. questionsMethods in odata.msgraph.client.entity that return AccessPackageQuestion Modifier and Type Method Description AccessPackageQuestionAccessPackageQuestion. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AccessPackageQuestionAccessPackageQuestion. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AccessPackageQuestionAccessPackageQuestion. withIsAnswerEditable(Boolean isAnswerEditable)AccessPackageQuestionAccessPackageQuestion. withIsRequired(Boolean isRequired)AccessPackageQuestionAccessPackageQuestion. withLocalizations(List<AccessPackageLocalizedText> localizations)AccessPackageQuestionAccessPackageQuestion. withSequence(Integer sequence)AccessPackageQuestionAccessPackageQuestion. withText(String text)AccessPackageQuestionAccessPackageQuestion. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AccessPackageQuestion Modifier and Type Method Description AccessPackageAssignmentPolicy.BuilderAccessPackageAssignmentPolicy.Builder. questions(AccessPackageQuestion... questions)Method parameters in odata.msgraph.client.entity with type arguments of type AccessPackageQuestion Modifier and Type Method Description AccessPackageAssignmentPolicy.BuilderAccessPackageAssignmentPolicy.Builder. questions(List<AccessPackageQuestion> questions)AccessPackageAssignmentPolicyAccessPackageAssignmentPolicy. withQuestions(List<AccessPackageQuestion> questions)
-