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

#include <individual_students_options.h>

Inheritance diagram for google_classroom_api::IndividualStudentsOptions:

Public Member Functions

 IndividualStudentsOptions (const Json::Value &storage)
 
 IndividualStudentsOptions (Json::Value *storage)
 
virtual ~IndividualStudentsOptions ()
 
const StringPiece GetTypeName () const
 
bool has_student_ids () const
 
void clear_student_ids ()
 
const client::JsonCppArray< string > get_student_ids () const
 
client::JsonCppArray< string > mutable_studentIds ()
 

Static Public Member Functions

static IndividualStudentsOptionsNew ()
 

Detailed Description

Assignee details about a coursework/announcement. This field is set if and only if assigneeMode is INDIVIDUAL_STUDENTS.

Constructor & Destructor Documentation

◆ IndividualStudentsOptions() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IndividualStudentsOptions() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IndividualStudentsOptions()

google_classroom_api::IndividualStudentsOptions::~IndividualStudentsOptions ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_student_ids()

void google_classroom_api::IndividualStudentsOptions::clear_student_ids ( )
inline

Clears the 'studentIds' attribute.

◆ get_student_ids()

const client::JsonCppArray<string > google_classroom_api::IndividualStudentsOptions::get_student_ids ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::IndividualStudentsOptions

◆ has_student_ids()

bool google_classroom_api::IndividualStudentsOptions::has_student_ids ( ) const
inline

Determine if the 'studentIds' attribute was set.

Returns
true if the 'studentIds' attribute was set.

◆ mutable_studentIds()

client::JsonCppArray<string > google_classroom_api::IndividualStudentsOptions::mutable_studentIds ( )
inline

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

Identifiers for the students that have access to the coursework/announcement.

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

◆ New()

IndividualStudentsOptions * google_classroom_api::IndividualStudentsOptions::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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