Uses of Class
odata.msgraph.client.beta.complex.EducationAssignmentGradeType
-
Packages that use EducationAssignmentGradeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationAssignmentGradeType in odata.msgraph.client.beta.complex
Subclasses of EducationAssignmentGradeType in odata.msgraph.client.beta.complex Modifier and Type Class Description classEducationAssignmentPointsGradeTypeFields in odata.msgraph.client.beta.complex declared as EducationAssignmentGradeType Modifier and Type Field Description protected EducationAssignmentGradeTypeRubricLevel. gradingMethods in odata.msgraph.client.beta.complex that return EducationAssignmentGradeType Modifier and Type Method Description EducationAssignmentGradeTypeEducationAssignmentGradeType. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type EducationAssignmentGradeType Modifier and Type Method Description Optional<EducationAssignmentGradeType>RubricLevel. getGrading()Methods in odata.msgraph.client.beta.complex with parameters of type EducationAssignmentGradeType Modifier and Type Method Description RubricLevel.BuilderRubricLevel.Builder. grading(EducationAssignmentGradeType grading)RubricLevelRubricLevel. withGrading(EducationAssignmentGradeType grading) -
Uses of EducationAssignmentGradeType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationAssignmentGradeType Modifier and Type Field Description protected EducationAssignmentGradeTypeEducationAssignment. gradingprotected EducationAssignmentGradeTypeEducationRubric. gradingMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationAssignmentGradeType Modifier and Type Method Description Optional<EducationAssignmentGradeType>EducationAssignment. getGrading()Optional<EducationAssignmentGradeType>EducationRubric. getGrading()Methods in odata.msgraph.client.beta.entity with parameters of type EducationAssignmentGradeType Modifier and Type Method Description EducationAssignment.BuilderEducationAssignment.Builder. grading(EducationAssignmentGradeType grading)EducationRubric.BuilderEducationRubric.Builder. grading(EducationAssignmentGradeType grading)EducationAssignmentEducationAssignment. withGrading(EducationAssignmentGradeType grading)EducationRubricEducationRubric. withGrading(EducationAssignmentGradeType grading)
-