classroom  v1
Public Member Functions | Static Public Member Functions | List of all members
google_classroom_api::ListStudentSubmissionsResponse Class Reference

#include <list_student_submissions_response.h>

Inheritance diagram for google_classroom_api::ListStudentSubmissionsResponse:

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< StudentSubmissionget_student_submissions () const
 
client::JsonCppArray< StudentSubmissionmutable_studentSubmissions ()
 

Static Public Member Functions

static ListStudentSubmissionsResponseNew ()
 

Detailed Description

Response when listing student submissions.

Constructor & Destructor Documentation

◆ ListStudentSubmissionsResponse() [1/2]

google_classroom_api::ListStudentSubmissionsResponse::ListStudentSubmissionsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ListStudentSubmissionsResponse() [2/2]

google_classroom_api::ListStudentSubmissionsResponse::ListStudentSubmissionsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ListStudentSubmissionsResponse()

google_classroom_api::ListStudentSubmissionsResponse::~ListStudentSubmissionsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_classroom_api::ListStudentSubmissionsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_student_submissions()

void google_classroom_api::ListStudentSubmissionsResponse::clear_student_submissions ( )
inline

Clears the 'studentSubmissions' attribute.

◆ get_next_page_token()

const StringPiece google_classroom_api::ListStudentSubmissionsResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_student_submissions()

const client::JsonCppArray<StudentSubmission > google_classroom_api::ListStudentSubmissionsResponse::get_student_submissions ( ) const

Get a reference to the value of the 'studentSubmissions' attribute.

◆ GetTypeName()

const StringPiece google_classroom_api::ListStudentSubmissionsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListStudentSubmissionsResponse

◆ has_next_page_token()

bool google_classroom_api::ListStudentSubmissionsResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_student_submissions()

bool google_classroom_api::ListStudentSubmissionsResponse::has_student_submissions ( ) const
inline

Determine if the 'studentSubmissions' attribute was set.

Returns
true if the 'studentSubmissions' attribute was set.

◆ mutable_studentSubmissions()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

ListStudentSubmissionsResponse * google_classroom_api::ListStudentSubmissionsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_classroom_api::ListStudentSubmissionsResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

Token identifying the next page of results to return. If empty, no further results are available.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: