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

#include <list_students_response.h>

Inheritance diagram for google_classroom_api::ListStudentsResponse:

Public Member Functions

 ListStudentsResponse (const Json::Value &storage)
 
 ListStudentsResponse (Json::Value *storage)
 
virtual ~ListStudentsResponse ()
 
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_students () const
 
void clear_students ()
 
const client::JsonCppArray< Studentget_students () const
 
client::JsonCppArray< Studentmutable_students ()
 

Static Public Member Functions

static ListStudentsResponseNew ()
 

Detailed Description

Response when listing students.

Constructor & Destructor Documentation

◆ ListStudentsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListStudentsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListStudentsResponse()

google_classroom_api::ListStudentsResponse::~ListStudentsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_classroom_api::ListStudentsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_students()

void google_classroom_api::ListStudentsResponse::clear_students ( )
inline

Clears the 'students' attribute.

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ get_students()

const client::JsonCppArray<Student > google_classroom_api::ListStudentsResponse::get_students ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListStudentsResponse

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_students()

bool google_classroom_api::ListStudentsResponse::has_students ( ) const
inline

Determine if the 'students' attribute was set.

Returns
true if the 'students' attribute was set.

◆ mutable_students()

client::JsonCppArray<Student > google_classroom_api::ListStudentsResponse::mutable_students ( )

Gets a reference to a mutable value of the 'students' property.

Students who match the list request.

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

◆ New()

ListStudentsResponse * google_classroom_api::ListStudentsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_classroom_api::ListStudentsResponse::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: