classroom
v1
|
#include <list_guardian_invitations_response.h>
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< GuardianInvitation > | get_guardian_invitations () const |
client::JsonCppArray< GuardianInvitation > | mutable_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 ListGuardianInvitationsResponse * | New () |
Response when listing guardian invitations.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'guardianInvitations
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
const client::JsonCppArray<GuardianInvitation > google_classroom_api::ListGuardianInvitationsResponse::get_guardian_invitations | ( | ) | const |
Get a reference to the value of the 'guardianInvitations
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'guardianInvitations
' attribute was set.
guardianInvitations
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set. 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken
' attribute.
Token identifying the next page of results to return. If empty, no further results are available.
[in] | value | The new value. |