|
identitytoolkit
v3
|
#include <get_oob_confirmation_code_response.h>
Public Member Functions | |
| GetOobConfirmationCodeResponse (const Json::Value &storage) | |
| GetOobConfirmationCodeResponse (Json::Value *storage) | |
| virtual | ~GetOobConfirmationCodeResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_email () const |
| void | clear_email () |
| const StringPiece | get_email () const |
| void | set_email (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_oob_code () const |
| void | clear_oob_code () |
| const StringPiece | get_oob_code () const |
| void | set_oob_code (const StringPiece &value) |
Static Public Member Functions | |
| static GetOobConfirmationCodeResponse * | New () |
Response of getting a code for user confirmation (reset password, change email etc.).
|
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 'email' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'oobCode' attribute.
|
inline |
Get the value of the 'email' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'oobCode' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'email' attribute was set.
email' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'oobCode' attribute was set.
oobCode' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'email' attribute.
The email address that the email is sent to.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#GetOobConfirmationCodeResponse".
| [in] | value | The new value. |
|
inline |
Change the 'oobCode' attribute.
The code to be send to the user.
| [in] | value | The new value. |