classroom
v1
|
#include <guardian_invitation.h>
Public Member Functions | |
GuardianInvitation (const Json::Value &storage) | |
GuardianInvitation (Json::Value *storage) | |
virtual | ~GuardianInvitation () |
const StringPiece | GetTypeName () const |
bool | has_creation_time () const |
void | clear_creation_time () |
const StringPiece | get_creation_time () const |
void | set_creation_time (const StringPiece &value) |
bool | has_invitation_id () const |
void | clear_invitation_id () |
const StringPiece | get_invitation_id () const |
void | set_invitation_id (const StringPiece &value) |
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_state () const |
void | clear_state () |
const StringPiece | get_state () const |
void | set_state (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 GuardianInvitation * | New () |
An invitation to become the guardian of a specified user, sent to a specified email address.
|
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 'creationTime
' attribute.
|
inline |
Clears the 'invitationId
' attribute.
|
inline |
Clears the 'invitedEmailAddress
' attribute.
|
inline |
Clears the 'state
' attribute.
|
inline |
Clears the 'studentId
' attribute.
|
inline |
Get the value of the 'creationTime
' attribute.
|
inline |
Get the value of the 'invitationId
' attribute.
|
inline |
Get the value of the 'invitedEmailAddress
' attribute.
|
inline |
Get the value of the 'state
' attribute.
|
inline |
Get the value of the 'studentId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'creationTime
' attribute was set.
creationTime
' attribute was set.
|
inline |
Determine if the 'invitationId
' attribute was set.
invitationId
' attribute was set.
|
inline |
Determine if the 'invitedEmailAddress
' attribute was set.
invitedEmailAddress
' attribute was set.
|
inline |
Determine if the 'state
' attribute was set.
state
' attribute was set.
|
inline |
Determine if the 'studentId
' attribute was set.
studentId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'creationTime
' attribute.
The time that this invitation was created.
Read-only.
[in] | value | The new value. |
|
inline |
Change the 'invitationId
' attribute.
Unique identifier for this invitation.
Read-only.
[in] | value | The new value. |
|
inline |
Change the 'invitedEmailAddress
' attribute.
Email address that the invitation was sent to. This field is only visible to domain administrators.
[in] | value | The new value. |
|
inline |
Change the 'state
' attribute.
The state that this invitation is in.
[in] | value | The new value. |
|
inline |
Change the 'studentId
' attribute.
ID of the student (in standard format).
[in] | value | The new value. |