Uses of Class
com.microsoft.graph.models.AccessPackageQuestion
Packages that use AccessPackageQuestion
-
Uses of AccessPackageQuestion in com.microsoft.graph.models
Subclasses of AccessPackageQuestion in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return AccessPackageQuestionModifier and TypeMethodDescriptionstatic AccessPackageQuestionAccessPackageQuestion.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessPackageAnswer.getAnsweredQuestion()Gets the answeredQuestion property value.AccessPackageResourceAttributeQuestion.getQuestion()Gets the question property value.Methods in com.microsoft.graph.models that return types with arguments of type AccessPackageQuestionModifier and TypeMethodDescriptionAccessPackageAssignmentPolicy.getQuestions()Gets the questions property value.AccessPackageAssignmentRequestRequirements.getQuestions()Gets the questions property value.AccessPackageQuestionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type AccessPackageQuestionModifier and TypeMethodDescriptionvoidAccessPackageAnswer.setAnsweredQuestion(AccessPackageQuestion value) Sets the answeredQuestion property value.voidAccessPackageResourceAttributeQuestion.setQuestion(AccessPackageQuestion value) Sets the question property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessPackageQuestionModifier and TypeMethodDescriptionvoidAccessPackageAssignmentPolicy.setQuestions(List<AccessPackageQuestion> value) Sets the questions property value.voidAccessPackageAssignmentRequestRequirements.setQuestions(List<AccessPackageQuestion> value) Sets the questions property value.voidAccessPackageQuestionCollectionResponse.setValue(List<AccessPackageQuestion> value) Sets the value property value.