#include <course_work_changes_info.h>
Information about a Feed
with a feed_type
of COURSE_WORK_CHANGES
.
◆ CourseWorkChangesInfo() [1/2]
google_classroom_api::CourseWorkChangesInfo::CourseWorkChangesInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CourseWorkChangesInfo() [2/2]
google_classroom_api::CourseWorkChangesInfo::CourseWorkChangesInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CourseWorkChangesInfo()
google_classroom_api::CourseWorkChangesInfo::~CourseWorkChangesInfo |
( |
| ) |
|
|
virtual |
◆ clear_course_id()
void google_classroom_api::CourseWorkChangesInfo::clear_course_id |
( |
| ) |
|
|
inline |
Clears the 'courseId
' attribute.
◆ get_course_id()
const StringPiece google_classroom_api::CourseWorkChangesInfo::get_course_id |
( |
| ) |
const |
|
inline |
Get the value of the 'courseId
' attribute.
◆ GetTypeName()
const StringPiece google_classroom_api::CourseWorkChangesInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_course_id()
bool google_classroom_api::CourseWorkChangesInfo::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::CourseWorkChangesInfo::set_course_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'courseId
' attribute.
The course_id
of the course to subscribe to work changes for.
- Parameters
-
The documentation for this class was generated from the following files: