#include <course_roster_changes_info.h>
Information about a Feed
with a feed_type
of COURSE_ROSTER_CHANGES
.
◆ CourseRosterChangesInfo() [1/2]
google_classroom_api::CourseRosterChangesInfo::CourseRosterChangesInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CourseRosterChangesInfo() [2/2]
google_classroom_api::CourseRosterChangesInfo::CourseRosterChangesInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CourseRosterChangesInfo()
google_classroom_api::CourseRosterChangesInfo::~CourseRosterChangesInfo |
( |
| ) |
|
|
virtual |
◆ clear_course_id()
void google_classroom_api::CourseRosterChangesInfo::clear_course_id |
( |
| ) |
|
|
inline |
Clears the 'courseId
' attribute.
◆ get_course_id()
const StringPiece google_classroom_api::CourseRosterChangesInfo::get_course_id |
( |
| ) |
const |
|
inline |
Get the value of the 'courseId
' attribute.
◆ GetTypeName()
const StringPiece google_classroom_api::CourseRosterChangesInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_course_id()
bool google_classroom_api::CourseRosterChangesInfo::has_course_id |
( |
| ) |
const |
|
inline |
Determine if the 'courseId
' attribute was set.
- Returns
- true if the '
courseId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_course_id()
void google_classroom_api::CourseRosterChangesInfo::set_course_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'courseId
' attribute.
The course_id
of the course to subscribe to roster changes for.
- Parameters
-
The documentation for this class was generated from the following files: