gmail
v1
|
#include <forwarding_address.h>
Public Member Functions | |
ForwardingAddress (const Json::Value &storage) | |
ForwardingAddress (Json::Value *storage) | |
virtual | ~ForwardingAddress () |
const StringPiece | GetTypeName () const |
bool | has_forwarding_email () const |
void | clear_forwarding_email () |
const StringPiece | get_forwarding_email () const |
void | set_forwarding_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 ForwardingAddress * | New () |
Settings for a forwarding 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 'forwardingEmail
' attribute.
|
inline |
Clears the 'verificationStatus
' attribute.
|
inline |
Get the value of the 'forwardingEmail
' attribute.
|
inline |
Get the value of the 'verificationStatus
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'forwardingEmail
' attribute was set.
forwardingEmail
' attribute was set.
|
inline |
Determine if the 'verificationStatus
' attribute was set.
verificationStatus
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'forwardingEmail
' attribute.
An email address to which messages can be forwarded.
[in] | value | The new value. |
|
inline |
Change the 'verificationStatus
' attribute.
Indicates whether this address has been verified and is usable for forwarding. Read-only.
[in] | value | The new value. |