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

#include <list_guardian_invitations_response.h>

Inheritance diagram for google_classroom_api::ListGuardianInvitationsResponse:

Public Member Functions

 ListGuardianInvitationsResponse (const Json::Value &storage)
 
 ListGuardianInvitationsResponse (Json::Value *storage)
 
virtual ~ListGuardianInvitationsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_guardian_invitations () const
 
void clear_guardian_invitations ()
 
const client::JsonCppArray< GuardianInvitationget_guardian_invitations () const
 
client::JsonCppArray< GuardianInvitationmutable_guardianInvitations ()
 
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 ListGuardianInvitationsResponseNew ()
 

Detailed Description

Response when listing guardian invitations.

Constructor & Destructor Documentation

◆ ListGuardianInvitationsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListGuardianInvitationsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListGuardianInvitationsResponse()

google_classroom_api::ListGuardianInvitationsResponse::~ListGuardianInvitationsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_guardian_invitations()

void google_classroom_api::ListGuardianInvitationsResponse::clear_guardian_invitations ( )
inline

Clears the 'guardianInvitations' attribute.

◆ clear_next_page_token()

void google_classroom_api::ListGuardianInvitationsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_guardian_invitations()

const client::JsonCppArray<GuardianInvitation > google_classroom_api::ListGuardianInvitationsResponse::get_guardian_invitations ( ) const

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

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ListGuardianInvitationsResponse

◆ has_guardian_invitations()

bool google_classroom_api::ListGuardianInvitationsResponse::has_guardian_invitations ( ) const
inline

Determine if the 'guardianInvitations' attribute was set.

Returns
true if the 'guardianInvitations' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_guardianInvitations()

client::JsonCppArray<GuardianInvitation > google_classroom_api::ListGuardianInvitationsResponse::mutable_guardianInvitations ( )

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

Guardian invitations that matched the list request.

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

◆ New()

ListGuardianInvitationsResponse * google_classroom_api::ListGuardianInvitationsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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