gmail
v1
|
#include <delegate.h>
Public Member Functions | |
Delegate (const Json::Value &storage) | |
Delegate (Json::Value *storage) | |
virtual | ~Delegate () |
const StringPiece | GetTypeName () const |
bool | has_delegate_email () const |
void | clear_delegate_email () |
const StringPiece | get_delegate_email () const |
void | set_delegate_email (const StringPiece &value) |
bool | has_verification_status () const |
void | clear_verification_status () |
const StringPiece | get_verification_status () const |
void | set_verification_status (const StringPiece &value) |
Static Public Member Functions | |
static Delegate * | New () |
Settings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See "Set up mail delegation" for more information about delegates.
|
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 'delegateEmail
' attribute.
|
inline |
Clears the 'verificationStatus
' attribute.
|
inline |
Get the value of the 'delegateEmail
' attribute.
|
inline |
Get the value of the 'verificationStatus
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_gmail_api::Delegate
|
inline |
Determine if the 'delegateEmail
' attribute was set.
delegateEmail
' attribute was set.
|
inline |
Determine if the 'verificationStatus
' attribute was set.
verificationStatus
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'delegateEmail
' attribute.
The email address of the delegate.
[in] | value | The new value. |
|
inline |
Change the 'verificationStatus
' attribute.
Indicates whether this address has been verified and can act as a delegate for the account. Read-only.
[in] | value | The new value. |