classroom
v1
|
#include <modify_individual_students_options.h>
Public Member Functions | |
ModifyIndividualStudentsOptions (const Json::Value &storage) | |
ModifyIndividualStudentsOptions (Json::Value *storage) | |
virtual | ~ModifyIndividualStudentsOptions () |
const StringPiece | GetTypeName () const |
bool | has_add_student_ids () const |
void | clear_add_student_ids () |
const client::JsonCppArray< string > | get_add_student_ids () const |
client::JsonCppArray< string > | mutable_addStudentIds () |
bool | has_remove_student_ids () const |
void | clear_remove_student_ids () |
const client::JsonCppArray< string > | get_remove_student_ids () const |
client::JsonCppArray< string > | mutable_removeStudentIds () |
Static Public Member Functions | |
static ModifyIndividualStudentsOptions * | New () |
Contains fields to add or remove students from a course work or announcement where the assigneeMode
is set to INDIVIDUAL_STUDENTS
.
|
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 'addStudentIds
' attribute.
|
inline |
Clears the 'removeStudentIds
' attribute.
|
inline |
Get a reference to the value of the 'addStudentIds
' attribute.
|
inline |
Get a reference to the value of the 'removeStudentIds
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'addStudentIds
' attribute was set.
addStudentIds
' attribute was set.
|
inline |
Determine if the 'removeStudentIds
' attribute was set.
removeStudentIds
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'addStudentIds
' property.
Ids of students to be added as having access to this coursework/announcement.
|
inline |
Gets a reference to a mutable value of the 'removeStudentIds
' property.
Ids of students to be removed from having access to this coursework/announcement.
|
static |
Creates a new default instance.