classroom
v1
|
#include <guardian.h>
Public Member Functions | |
Guardian (const Json::Value &storage) | |
Guardian (Json::Value *storage) | |
virtual | ~Guardian () |
const StringPiece | GetTypeName () const |
bool | has_guardian_id () const |
void | clear_guardian_id () |
const StringPiece | get_guardian_id () const |
void | set_guardian_id (const StringPiece &value) |
bool | has_guardian_profile () const |
void | clear_guardian_profile () |
const UserProfile | get_guardian_profile () const |
UserProfile | mutable_guardianProfile () |
bool | has_invited_email_address () const |
void | clear_invited_email_address () |
const StringPiece | get_invited_email_address () const |
void | set_invited_email_address (const StringPiece &value) |
bool | has_student_id () const |
void | clear_student_id () |
const StringPiece | get_student_id () const |
void | set_student_id (const StringPiece &value) |
Static Public Member Functions | |
static Guardian * | New () |
Association between a student and a guardian of that student. The guardian may receive information about the student's course work.
|
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 'guardianId
' attribute.
|
inline |
Clears the 'guardianProfile
' attribute.
|
inline |
Clears the 'invitedEmailAddress
' attribute.
|
inline |
Clears the 'studentId
' attribute.
|
inline |
Get the value of the 'guardianId
' attribute.
const UserProfile google_classroom_api::Guardian::get_guardian_profile | ( | ) | const |
Get a reference to the value of the 'guardianProfile
' attribute.
|
inline |
Get the value of the 'invitedEmailAddress
' attribute.
|
inline |
Get the value of the 'studentId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'guardianId
' attribute was set.
guardianId
' attribute was set.
|
inline |
Determine if the 'guardianProfile
' attribute was set.
guardianProfile
' attribute was set.
|
inline |
Determine if the 'invitedEmailAddress
' attribute was set.
invitedEmailAddress
' attribute was set.
|
inline |
Determine if the 'studentId
' attribute was set.
studentId
' attribute was set. UserProfile google_classroom_api::Guardian::mutable_guardianProfile | ( | ) |
Gets a reference to a mutable value of the 'guardianProfile
' property.
User profile for the guardian.
|
static |
Creates a new default instance.
|
inline |
Change the 'guardianId
' attribute.
Identifier for the guardian.
[in] | value | The new value. |
|
inline |
Change the 'invitedEmailAddress
' attribute.
The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators.
[in] | value | The new value. |
|
inline |
Change the 'studentId
' attribute.
Identifier for the student to whom the guardian relationship applies.
[in] | value | The new value. |