Uses of Class
odata.msgraph.client.beta.entity.EducationRubric
-
Packages that use EducationRubric Package Description odata.msgraph.client.beta.entity -
-
Uses of EducationRubric in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return EducationRubric Modifier and Type Method Description EducationRubricEducationRubric.Builder. build()EducationRubricEducationRubric. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EducationRubricEducationRubric. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EducationRubricEducationRubric. withCreatedBy(IdentitySet createdBy)Returns an immutable copy ofthiswith just thecreatedByfield changed.EducationRubricEducationRubric. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.EducationRubricEducationRubric. withDescription(EducationItemBody description)EducationRubricEducationRubric. withDisplayName(String displayName)EducationRubricEducationRubric. withGrading(EducationAssignmentGradeType grading)EducationRubricEducationRubric. withLastModifiedBy(IdentitySet lastModifiedBy)Returns an immutable copy ofthiswith just thelastModifiedByfield changed.EducationRubricEducationRubric. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.EducationRubricEducationRubric. withLevels(List<RubricLevel> levels)EducationRubricEducationRubric. withQualities(List<RubricQuality> qualities)EducationRubricEducationRubric. withUnmappedField(String name, String value)
-