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

#include <list_teachers_response.h>

Inheritance diagram for google_classroom_api::ListTeachersResponse:

Public Member Functions

 ListTeachersResponse (const Json::Value &storage)
 
 ListTeachersResponse (Json::Value *storage)
 
virtual ~ListTeachersResponse ()
 
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_teachers () const
 
void clear_teachers ()
 
const client::JsonCppArray< Teacherget_teachers () const
 
client::JsonCppArray< Teachermutable_teachers ()
 

Static Public Member Functions

static ListTeachersResponseNew ()
 

Detailed Description

Response when listing teachers.

Constructor & Destructor Documentation

◆ ListTeachersResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListTeachersResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListTeachersResponse()

google_classroom_api::ListTeachersResponse::~ListTeachersResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_classroom_api::ListTeachersResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_teachers()

void google_classroom_api::ListTeachersResponse::clear_teachers ( )
inline

Clears the 'teachers' attribute.

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ get_teachers()

const client::JsonCppArray<Teacher > google_classroom_api::ListTeachersResponse::get_teachers ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListTeachersResponse

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_teachers()

bool google_classroom_api::ListTeachersResponse::has_teachers ( ) const
inline

Determine if the 'teachers' attribute was set.

Returns
true if the 'teachers' attribute was set.

◆ mutable_teachers()

client::JsonCppArray<Teacher > google_classroom_api::ListTeachersResponse::mutable_teachers ( )

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

Teachers who match the list request.

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

◆ New()

ListTeachersResponse * google_classroom_api::ListTeachersResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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