#include <grade_history.h>
The history of each grade on this submission.
◆ GradeHistory() [1/2]
google_classroom_api::GradeHistory::GradeHistory |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ GradeHistory() [2/2]
google_classroom_api::GradeHistory::GradeHistory |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~GradeHistory()
google_classroom_api::GradeHistory::~GradeHistory |
( |
| ) |
|
|
virtual |
◆ clear_actor_user_id()
void google_classroom_api::GradeHistory::clear_actor_user_id |
( |
| ) |
|
|
inline |
Clears the 'actorUserId
' attribute.
◆ clear_grade_change_type()
void google_classroom_api::GradeHistory::clear_grade_change_type |
( |
| ) |
|
|
inline |
Clears the 'gradeChangeType
' attribute.
◆ clear_grade_timestamp()
void google_classroom_api::GradeHistory::clear_grade_timestamp |
( |
| ) |
|
|
inline |
Clears the 'gradeTimestamp
' attribute.
◆ clear_max_points()
void google_classroom_api::GradeHistory::clear_max_points |
( |
| ) |
|
|
inline |
Clears the 'maxPoints
' attribute.
◆ clear_points_earned()
void google_classroom_api::GradeHistory::clear_points_earned |
( |
| ) |
|
|
inline |
Clears the 'pointsEarned
' attribute.
◆ get_actor_user_id()
const StringPiece google_classroom_api::GradeHistory::get_actor_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'actorUserId
' attribute.
◆ get_grade_change_type()
const StringPiece google_classroom_api::GradeHistory::get_grade_change_type |
( |
| ) |
const |
|
inline |
Get the value of the 'gradeChangeType
' attribute.
◆ get_grade_timestamp()
const StringPiece google_classroom_api::GradeHistory::get_grade_timestamp |
( |
| ) |
const |
|
inline |
Get the value of the 'gradeTimestamp
' attribute.
◆ get_max_points()
double google_classroom_api::GradeHistory::get_max_points |
( |
| ) |
const |
|
inline |
Get the value of the 'maxPoints
' attribute.
◆ get_points_earned()
double google_classroom_api::GradeHistory::get_points_earned |
( |
| ) |
const |
|
inline |
Get the value of the 'pointsEarned
' attribute.
◆ GetTypeName()
const StringPiece google_classroom_api::GradeHistory::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_actor_user_id()
bool google_classroom_api::GradeHistory::has_actor_user_id |
( |
| ) |
const |
|
inline |
Determine if the 'actorUserId
' attribute was set.
- Returns
- true if the '
actorUserId
' attribute was set.
◆ has_grade_change_type()
bool google_classroom_api::GradeHistory::has_grade_change_type |
( |
| ) |
const |
|
inline |
Determine if the 'gradeChangeType
' attribute was set.
- Returns
- true if the '
gradeChangeType
' attribute was set.
◆ has_grade_timestamp()
bool google_classroom_api::GradeHistory::has_grade_timestamp |
( |
| ) |
const |
|
inline |
Determine if the 'gradeTimestamp
' attribute was set.
- Returns
- true if the '
gradeTimestamp
' attribute was set.
◆ has_max_points()
bool google_classroom_api::GradeHistory::has_max_points |
( |
| ) |
const |
|
inline |
Determine if the 'maxPoints
' attribute was set.
- Returns
- true if the '
maxPoints
' attribute was set.
◆ has_points_earned()
bool google_classroom_api::GradeHistory::has_points_earned |
( |
| ) |
const |
|
inline |
Determine if the 'pointsEarned
' attribute was set.
- Returns
- true if the '
pointsEarned
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_actor_user_id()
void google_classroom_api::GradeHistory::set_actor_user_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'actorUserId
' attribute.
The teacher who made the grade change.
- Parameters
-
◆ set_grade_change_type()
void google_classroom_api::GradeHistory::set_grade_change_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'gradeChangeType
' attribute.
The type of grade change at this time in the submission grade history.
- Parameters
-
◆ set_grade_timestamp()
void google_classroom_api::GradeHistory::set_grade_timestamp |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'gradeTimestamp
' attribute.
When the grade of the submission was changed.
- Parameters
-
◆ set_max_points()
void google_classroom_api::GradeHistory::set_max_points |
( |
double |
value | ) |
|
|
inline |
Change the 'maxPoints
' attribute.
The denominator of the grade at this time in the submission grade history.
- Parameters
-
◆ set_points_earned()
void google_classroom_api::GradeHistory::set_points_earned |
( |
double |
value | ) |
|
|
inline |
Change the 'pointsEarned
' attribute.
The numerator of the grade at this time in the submission grade history.
- Parameters
-
The documentation for this class was generated from the following files: