Uses of Class
com.microsoft.graph.models.EducationRubric
Packages that use EducationRubric
-
Uses of EducationRubric in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationRubricModifier and TypeMethodDescriptionstatic EducationRubricEducationRubric.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEducationAssignment.getRubric()Gets the rubric property value.Methods in com.microsoft.graph.models that return types with arguments of type EducationRubricModifier and TypeMethodDescriptionEducationUser.getRubrics()Gets the rubrics property value.EducationRubricCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type EducationRubricModifier and TypeMethodDescriptionvoidEducationAssignment.setRubric(EducationRubric value) Sets the rubric property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationRubricModifier and TypeMethodDescriptionvoidEducationUser.setRubrics(List<EducationRubric> value) Sets the rubrics property value.voidEducationRubricCollectionResponse.setValue(List<EducationRubric> value) Sets the value property value.