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

#include <list_course_aliases_response.h>

Inheritance diagram for google_classroom_api::ListCourseAliasesResponse:

Public Member Functions

 ListCourseAliasesResponse (const Json::Value &storage)
 
 ListCourseAliasesResponse (Json::Value *storage)
 
virtual ~ListCourseAliasesResponse ()
 
const StringPiece GetTypeName () const
 
bool has_aliases () const
 
void clear_aliases ()
 
const client::JsonCppArray< CourseAliasget_aliases () const
 
client::JsonCppArray< CourseAliasmutable_aliases ()
 
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 ListCourseAliasesResponseNew ()
 

Detailed Description

Response when listing course aliases.

Constructor & Destructor Documentation

◆ ListCourseAliasesResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListCourseAliasesResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListCourseAliasesResponse()

google_classroom_api::ListCourseAliasesResponse::~ListCourseAliasesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_aliases()

void google_classroom_api::ListCourseAliasesResponse::clear_aliases ( )
inline

Clears the 'aliases' attribute.

◆ clear_next_page_token()

void google_classroom_api::ListCourseAliasesResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_aliases()

const client::JsonCppArray<CourseAlias > google_classroom_api::ListCourseAliasesResponse::get_aliases ( ) const

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

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListCourseAliasesResponse

◆ has_aliases()

bool google_classroom_api::ListCourseAliasesResponse::has_aliases ( ) const
inline

Determine if the 'aliases' attribute was set.

Returns
true if the 'aliases' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_aliases()

client::JsonCppArray<CourseAlias > google_classroom_api::ListCourseAliasesResponse::mutable_aliases ( )

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

The course aliases.

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

◆ New()

ListCourseAliasesResponse * google_classroom_api::ListCourseAliasesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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