Uses of Class
odata.msgraph.client.complex.RubricLevel
-
Packages that use RubricLevel Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of RubricLevel in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RubricLevel Modifier and Type Method Description RubricLevelRubricLevel.Builder. build()RubricLevelRubricLevel. withDescription(EducationItemBody description)RubricLevelRubricLevel. withDisplayName(String displayName)RubricLevelRubricLevel. withGrading(EducationAssignmentGradeType grading)RubricLevelRubricLevel. withLevelId(String levelId)RubricLevelRubricLevel. withUnmappedField(String name, Object value) -
Uses of RubricLevel in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type RubricLevel Modifier and Type Field Description protected List<RubricLevel>EducationRubric. levelsMethods in odata.msgraph.client.entity that return types with arguments of type RubricLevel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RubricLevel>EducationRubric. getLevels()com.github.davidmoten.odata.client.CollectionPage<RubricLevel>EducationRubric. getLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type RubricLevel Modifier and Type Method Description EducationRubric.BuilderEducationRubric.Builder. levels(RubricLevel... levels)Method parameters in odata.msgraph.client.entity with type arguments of type RubricLevel Modifier and Type Method Description EducationRubric.BuilderEducationRubric.Builder. levels(List<RubricLevel> levels)EducationRubricEducationRubric. withLevels(List<RubricLevel> levels)
-