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

#include <modify_announcement_assignees_request.h>

Inheritance diagram for google_classroom_api::ModifyAnnouncementAssigneesRequest:

Public Member Functions

 ModifyAnnouncementAssigneesRequest (const Json::Value &storage)
 
 ModifyAnnouncementAssigneesRequest (Json::Value *storage)
 
virtual ~ModifyAnnouncementAssigneesRequest ()
 
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 ModifyAnnouncementAssigneesRequestNew ()
 

Detailed Description

Request to modify assignee mode and options of an announcement.

Constructor & Destructor Documentation

◆ ModifyAnnouncementAssigneesRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ModifyAnnouncementAssigneesRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ModifyAnnouncementAssigneesRequest()

google_classroom_api::ModifyAnnouncementAssigneesRequest::~ModifyAnnouncementAssigneesRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_assignee_mode()

void google_classroom_api::ModifyAnnouncementAssigneesRequest::clear_assignee_mode ( )
inline

Clears the 'assigneeMode' attribute.

◆ clear_modify_individual_students_options()

void google_classroom_api::ModifyAnnouncementAssigneesRequest::clear_modify_individual_students_options ( )
inline

Clears the 'modifyIndividualStudentsOptions' attribute.

◆ get_assignee_mode()

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

Get the value of the 'assigneeMode' attribute.

◆ get_modify_individual_students_options()

const ModifyIndividualStudentsOptions google_classroom_api::ModifyAnnouncementAssigneesRequest::get_modify_individual_students_options ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_classroom_api::ModifyAnnouncementAssigneesRequest

◆ has_assignee_mode()

bool google_classroom_api::ModifyAnnouncementAssigneesRequest::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::ModifyAnnouncementAssigneesRequest::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::ModifyAnnouncementAssigneesRequest::mutable_modifyIndividualStudentsOptions ( )

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

Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

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

◆ New()

ModifyAnnouncementAssigneesRequest * google_classroom_api::ModifyAnnouncementAssigneesRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_assignee_mode()

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

Change the 'assigneeMode' attribute.

Mode of the announcement describing whether it will be accessible by all students or specified individual students.

Parameters
[in]valueThe new value.

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