#include <state_history.h>
The history of each state this submission has been in.
◆ StateHistory() [1/2]
google_classroom_api::StateHistory::StateHistory |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ StateHistory() [2/2]
google_classroom_api::StateHistory::StateHistory |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~StateHistory()
google_classroom_api::StateHistory::~StateHistory |
( |
| ) |
|
|
virtual |
◆ clear_actor_user_id()
void google_classroom_api::StateHistory::clear_actor_user_id |
( |
| ) |
|
|
inline |
Clears the 'actorUserId
' attribute.
◆ clear_state()
void google_classroom_api::StateHistory::clear_state |
( |
| ) |
|
|
inline |
Clears the 'state
' attribute.
◆ clear_state_timestamp()
void google_classroom_api::StateHistory::clear_state_timestamp |
( |
| ) |
|
|
inline |
Clears the 'stateTimestamp
' attribute.
◆ get_actor_user_id()
const StringPiece google_classroom_api::StateHistory::get_actor_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'actorUserId
' attribute.
◆ get_state()
const StringPiece google_classroom_api::StateHistory::get_state |
( |
| ) |
const |
|
inline |
Get the value of the 'state
' attribute.
◆ get_state_timestamp()
const StringPiece google_classroom_api::StateHistory::get_state_timestamp |
( |
| ) |
const |
|
inline |
Get the value of the 'stateTimestamp
' attribute.
◆ GetTypeName()
const StringPiece google_classroom_api::StateHistory::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_actor_user_id()
bool google_classroom_api::StateHistory::has_actor_user_id |
( |
| ) |
const |
|
inline |
Determine if the 'actorUserId
' attribute was set.
- Returns
- true if the '
actorUserId
' attribute was set.
◆ has_state()
bool google_classroom_api::StateHistory::has_state |
( |
| ) |
const |
|
inline |
Determine if the 'state
' attribute was set.
- Returns
- true if the '
state
' attribute was set.
◆ has_state_timestamp()
bool google_classroom_api::StateHistory::has_state_timestamp |
( |
| ) |
const |
|
inline |
Determine if the 'stateTimestamp
' attribute was set.
- Returns
- true if the '
stateTimestamp
' 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::StateHistory::set_actor_user_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'actorUserId
' attribute.
The teacher or student who made the change.
- Parameters
-
◆ set_state()
void google_classroom_api::StateHistory::set_state |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'state
' attribute.
The workflow pipeline stage.
- Parameters
-
◆ set_state_timestamp()
void google_classroom_api::StateHistory::set_state_timestamp |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'stateTimestamp
' attribute.
When the submission entered this state.
- Parameters
-
The documentation for this class was generated from the following files: