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

#include <list_guardians_response.h>

Inheritance diagram for google_classroom_api::ListGuardiansResponse:

Public Member Functions

 ListGuardiansResponse (const Json::Value &storage)
 
 ListGuardiansResponse (Json::Value *storage)
 
virtual ~ListGuardiansResponse ()
 
const StringPiece GetTypeName () const
 
bool has_guardians () const
 
void clear_guardians ()
 
const client::JsonCppArray< Guardianget_guardians () const
 
client::JsonCppArray< Guardianmutable_guardians ()
 
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)
 

Static Public Member Functions

static ListGuardiansResponseNew ()
 

Detailed Description

Response when listing guardians.

Constructor & Destructor Documentation

◆ ListGuardiansResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListGuardiansResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListGuardiansResponse()

google_classroom_api::ListGuardiansResponse::~ListGuardiansResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_guardians()

void google_classroom_api::ListGuardiansResponse::clear_guardians ( )
inline

Clears the 'guardians' attribute.

◆ clear_next_page_token()

void google_classroom_api::ListGuardiansResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_guardians()

const client::JsonCppArray<Guardian > google_classroom_api::ListGuardiansResponse::get_guardians ( ) const

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

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListGuardiansResponse

◆ has_guardians()

bool google_classroom_api::ListGuardiansResponse::has_guardians ( ) const
inline

Determine if the 'guardians' attribute was set.

Returns
true if the 'guardians' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_guardians()

client::JsonCppArray<Guardian > google_classroom_api::ListGuardiansResponse::mutable_guardians ( )

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

Guardians on this page of results that met the criteria specified in the request.

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

◆ New()

ListGuardiansResponse * google_classroom_api::ListGuardiansResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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