classroom  v1
Public Member Functions | Static Public Member Functions | List of all members
google_classroom_api::ModifyCourseWorkAssigneesRequest Class Reference

#include <modify_course_work_assignees_request.h>

Inheritance diagram for google_classroom_api::ModifyCourseWorkAssigneesRequest:

Public Member Functions

 ModifyCourseWorkAssigneesRequest (const Json::Value &storage)
 
 ModifyCourseWorkAssigneesRequest (Json::Value *storage)
 
virtual ~ModifyCourseWorkAssigneesRequest ()
 
const StringPiece GetTypeName () const
 
bool has_assignee_mode () const
 
void clear_assignee_mode ()
 
const StringPiece get_assignee_mode () const
 
void set_assignee_mode (const StringPiece &value)
 
bool has_modify_individual_students_options () const
 
void clear_modify_individual_students_options ()
 
const ModifyIndividualStudentsOptions get_modify_individual_students_options () const
 
ModifyIndividualStudentsOptions mutable_modifyIndividualStudentsOptions ()
 

Static Public Member Functions

static ModifyCourseWorkAssigneesRequestNew ()
 

Detailed Description

Request to modify assignee mode and options of a coursework.

Constructor & Destructor Documentation

◆ ModifyCourseWorkAssigneesRequest() [1/2]

google_classroom_api::ModifyCourseWorkAssigneesRequest::ModifyCourseWorkAssigneesRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ModifyCourseWorkAssigneesRequest() [2/2]

google_classroom_api::ModifyCourseWorkAssigneesRequest::ModifyCourseWorkAssigneesRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ModifyCourseWorkAssigneesRequest()

google_classroom_api::ModifyCourseWorkAssigneesRequest::~ModifyCourseWorkAssigneesRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_assignee_mode()

void google_classroom_api::ModifyCourseWorkAssigneesRequest::clear_assignee_mode ( )
inline

Clears the 'assigneeMode' attribute.

◆ clear_modify_individual_students_options()

void google_classroom_api::ModifyCourseWorkAssigneesRequest::clear_modify_individual_students_options ( )
inline

Clears the 'modifyIndividualStudentsOptions' attribute.

◆ get_assignee_mode()

const StringPiece google_classroom_api::ModifyCourseWorkAssigneesRequest::get_assignee_mode ( ) const
inline

Get the value of the 'assigneeMode' attribute.

◆ get_modify_individual_students_options()

const ModifyIndividualStudentsOptions google_classroom_api::ModifyCourseWorkAssigneesRequest::get_modify_individual_students_options ( ) const

Get a reference to the value of the 'modifyIndividualStudentsOptions' attribute.

◆ GetTypeName()

const StringPiece google_classroom_api::ModifyCourseWorkAssigneesRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ModifyCourseWorkAssigneesRequest

◆ has_assignee_mode()

bool google_classroom_api::ModifyCourseWorkAssigneesRequest::has_assignee_mode ( ) const
inline

Determine if the 'assigneeMode' attribute was set.

Returns
true if the 'assigneeMode' attribute was set.

◆ has_modify_individual_students_options()

bool google_classroom_api::ModifyCourseWorkAssigneesRequest::has_modify_individual_students_options ( ) const
inline

Determine if the 'modifyIndividualStudentsOptions' attribute was set.

Returns
true if the 'modifyIndividualStudentsOptions' attribute was set.

◆ mutable_modifyIndividualStudentsOptions()

ModifyIndividualStudentsOptions google_classroom_api::ModifyCourseWorkAssigneesRequest::mutable_modifyIndividualStudentsOptions ( )

Gets a reference to a mutable value of the 'modifyIndividualStudentsOptions' property.

Set which students are assigned or not assigned to the coursework. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

Returns
The result can be modified to change the attribute value.

◆ New()

ModifyCourseWorkAssigneesRequest * google_classroom_api::ModifyCourseWorkAssigneesRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_assignee_mode()

void google_classroom_api::ModifyCourseWorkAssigneesRequest::set_assignee_mode ( const StringPiece &  value)
inline

Change the 'assigneeMode' attribute.

Mode of the coursework describing whether it will be assigned to all students or specified individual students.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: