|
classroom
v1
|
#include <list_student_submissions_response.h>
Public Member Functions | |
| ListStudentSubmissionsResponse (const Json::Value &storage) | |
| ListStudentSubmissionsResponse (Json::Value *storage) | |
| virtual | ~ListStudentSubmissionsResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_next_page_token () const |
| void | clear_next_page_token () |
| const StringPiece | get_next_page_token () const |
| void | set_next_page_token (const StringPiece &value) |
| bool | has_student_submissions () const |
| void | clear_student_submissions () |
| const client::JsonCppArray< StudentSubmission > | get_student_submissions () const |
| client::JsonCppArray< StudentSubmission > | mutable_studentSubmissions () |
Static Public Member Functions | |
| static ListStudentSubmissionsResponse * | New () |
Response when listing student submissions.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'nextPageToken' attribute.
|
inline |
Clears the 'studentSubmissions' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
| const client::JsonCppArray<StudentSubmission > google_classroom_api::ListStudentSubmissionsResponse::get_student_submissions | ( | ) | const |
Get a reference to the value of the 'studentSubmissions' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set.
|
inline |
Determine if the 'studentSubmissions' attribute was set.
studentSubmissions' attribute was set. | client::JsonCppArray<StudentSubmission > google_classroom_api::ListStudentSubmissionsResponse::mutable_studentSubmissions | ( | ) |
Gets a reference to a mutable value of the 'studentSubmissions' property.
Student work that matches the request.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken' attribute.
Token identifying the next page of results to return. If empty, no further results are available.
| [in] | value | The new value. |