classroom
v1
|
#include <list_announcements_response.h>
Public Member Functions | |
ListAnnouncementsResponse (const Json::Value &storage) | |
ListAnnouncementsResponse (Json::Value *storage) | |
virtual | ~ListAnnouncementsResponse () |
const StringPiece | GetTypeName () const |
bool | has_announcements () const |
void | clear_announcements () |
const client::JsonCppArray< Announcement > | get_announcements () const |
client::JsonCppArray< Announcement > | mutable_announcements () |
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 ListAnnouncementsResponse * | New () |
Response when listing course work.
|
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 'announcements
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
const client::JsonCppArray<Announcement > google_classroom_api::ListAnnouncementsResponse::get_announcements | ( | ) | const |
Get a reference to the value of the 'announcements
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'announcements
' attribute was set.
announcements
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set. client::JsonCppArray<Announcement > google_classroom_api::ListAnnouncementsResponse::mutable_announcements | ( | ) |
Gets a reference to a mutable value of the 'announcements
' property.
Announcement items that match 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. |