Uses of Class
odata.msgraph.client.complex.AccessPackageAnswerChoice
-
Packages that use AccessPackageAnswerChoice Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccessPackageAnswerChoice in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AccessPackageAnswerChoice Modifier and Type Method Description AccessPackageAnswerChoiceAccessPackageAnswerChoice.Builder. build()AccessPackageAnswerChoiceAccessPackageAnswerChoice. withActualValue(String actualValue)AccessPackageAnswerChoiceAccessPackageAnswerChoice. withText(String text)AccessPackageAnswerChoiceAccessPackageAnswerChoice. withUnmappedField(String name, Object value) -
Uses of AccessPackageAnswerChoice in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AccessPackageAnswerChoice Modifier and Type Field Description protected List<AccessPackageAnswerChoice>AccessPackageMultipleChoiceQuestion. choicesMethods in odata.msgraph.client.entity that return types with arguments of type AccessPackageAnswerChoice Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice>AccessPackageMultipleChoiceQuestion. getChoices()com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswerChoice>AccessPackageMultipleChoiceQuestion. getChoices(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AccessPackageAnswerChoice Modifier and Type Method Description AccessPackageMultipleChoiceQuestion.BuilderAccessPackageMultipleChoiceQuestion.Builder. choices(AccessPackageAnswerChoice... choices)Method parameters in odata.msgraph.client.entity with type arguments of type AccessPackageAnswerChoice Modifier and Type Method Description AccessPackageMultipleChoiceQuestion.BuilderAccessPackageMultipleChoiceQuestion.Builder. choices(List<AccessPackageAnswerChoice> choices)AccessPackageMultipleChoiceQuestionAccessPackageMultipleChoiceQuestion. withChoices(List<AccessPackageAnswerChoice> choices)
-