classroom
v1
|
#include <list_teachers_response.h>
Public Member Functions | |
ListTeachersResponse (const Json::Value &storage) | |
ListTeachersResponse (Json::Value *storage) | |
virtual | ~ListTeachersResponse () |
const StringPiece | GetTypeName () const |
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) |
bool | has_teachers () const |
void | clear_teachers () |
const client::JsonCppArray< Teacher > | get_teachers () const |
client::JsonCppArray< Teacher > | mutable_teachers () |
Static Public Member Functions | |
static ListTeachersResponse * | New () |
Response when listing teachers.
|
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 'nextPageToken
' attribute.
|
inline |
Clears the 'teachers
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
const client::JsonCppArray<Teacher > google_classroom_api::ListTeachersResponse::get_teachers | ( | ) | const |
Get a reference to the value of the 'teachers
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set.
|
inline |
Determine if the 'teachers
' attribute was set.
teachers
' attribute was set. client::JsonCppArray<Teacher > google_classroom_api::ListTeachersResponse::mutable_teachers | ( | ) |
Gets a reference to a mutable value of the 'teachers
' property.
Teachers who match 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. |