| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
GradeHistory |
GradeHistory.clone() |
GradeHistory |
SubmissionHistory.getGradeHistory()
The grade history information of the submission, if present.
|
GradeHistory |
GradeHistory.set(String fieldName,
Object value) |
GradeHistory |
GradeHistory.setActorUserId(String actorUserId)
The teacher who made the grade change.
|
GradeHistory |
GradeHistory.setGradeChangeType(String gradeChangeType)
The type of grade change at this time in the submission grade history.
|
GradeHistory |
GradeHistory.setGradeTimestamp(String gradeTimestamp)
When the grade of the submission was changed.
|
GradeHistory |
GradeHistory.setMaxPoints(Double maxPoints)
The denominator of the grade at this time in the submission grade history.
|
GradeHistory |
GradeHistory.setPointsEarned(Double pointsEarned)
The numerator of the grade at this time in the submission grade history.
|
| Modifier and Type | Method and Description |
|---|---|
SubmissionHistory |
SubmissionHistory.setGradeHistory(GradeHistory gradeHistory)
The grade history information of the submission, if present.
|
Copyright © 2011–2022 Google. All rights reserved.