public final class GradeHistory extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Classroom API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GradeHistory() |
| Modifier and Type | Method and Description |
|---|---|
GradeHistory |
clone() |
String |
getActorUserId()
The teacher who made the grade change.
|
String |
getGradeChangeType()
The type of grade change at this time in the submission grade history.
|
String |
getGradeTimestamp()
When the grade of the submission was changed.
|
Double |
getMaxPoints()
The denominator of the grade at this time in the submission grade history.
|
Double |
getPointsEarned()
The numerator of the grade at this time in the submission grade history.
|
GradeHistory |
set(String fieldName,
Object value) |
GradeHistory |
setActorUserId(String actorUserId)
The teacher who made the grade change.
|
GradeHistory |
setGradeChangeType(String gradeChangeType)
The type of grade change at this time in the submission grade history.
|
GradeHistory |
setGradeTimestamp(String gradeTimestamp)
When the grade of the submission was changed.
|
GradeHistory |
setMaxPoints(Double maxPoints)
The denominator of the grade at this time in the submission grade history.
|
GradeHistory |
setPointsEarned(Double pointsEarned)
The numerator of the grade at this time in the submission grade history.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getActorUserId()
null for nonepublic GradeHistory setActorUserId(String actorUserId)
actorUserId - actorUserId or null for nonepublic String getGradeChangeType()
null for nonepublic GradeHistory setGradeChangeType(String gradeChangeType)
gradeChangeType - gradeChangeType or null for nonepublic String getGradeTimestamp()
null for nonepublic GradeHistory setGradeTimestamp(String gradeTimestamp)
gradeTimestamp - gradeTimestamp or null for nonepublic Double getMaxPoints()
null for nonepublic GradeHistory setMaxPoints(Double maxPoints)
maxPoints - maxPoints or null for nonepublic Double getPointsEarned()
null for nonepublic GradeHistory setPointsEarned(Double pointsEarned)
pointsEarned - pointsEarned or null for nonepublic GradeHistory set(String fieldName, Object value)
set in class GenericJsonpublic GradeHistory clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.