|
classroom
v1
|
#include <list_guardians_response.h>
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< Guardian > | get_guardians () const |
| client::JsonCppArray< Guardian > | mutable_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 ListGuardiansResponse * | New () |
Response when listing guardians.
|
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 'guardians' attribute.
|
inline |
Clears the 'nextPageToken' attribute.
| const client::JsonCppArray<Guardian > google_classroom_api::ListGuardiansResponse::get_guardians | ( | ) | const |
Get a reference to the value of the 'guardians' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'guardians' attribute was set.
guardians' attribute was set.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set. | 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.
|
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. |