identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::ResetPasswordResponse Class Reference

#include <reset_password_response.h>

Inheritance diagram for google_identitytoolkit_api::ResetPasswordResponse:

Public Member Functions

 ResetPasswordResponse (const Json::Value &storage)
 
 ResetPasswordResponse (Json::Value *storage)
 
virtual ~ResetPasswordResponse ()
 
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_new_email () const
 
void clear_new_email ()
 
const StringPiece get_new_email () const
 
void set_new_email (const StringPiece &value)
 
bool has_request_type () const
 
void clear_request_type ()
 
const StringPiece get_request_type () const
 
void set_request_type (const StringPiece &value)
 

Static Public Member Functions

static ResetPasswordResponseNew ()
 

Detailed Description

Response of resetting the password.

Constructor & Destructor Documentation

◆ ResetPasswordResponse() [1/2]

google_identitytoolkit_api::ResetPasswordResponse::ResetPasswordResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ResetPasswordResponse() [2/2]

google_identitytoolkit_api::ResetPasswordResponse::ResetPasswordResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ResetPasswordResponse()

google_identitytoolkit_api::ResetPasswordResponse::~ResetPasswordResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_email()

void google_identitytoolkit_api::ResetPasswordResponse::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_kind()

void google_identitytoolkit_api::ResetPasswordResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_new_email()

void google_identitytoolkit_api::ResetPasswordResponse::clear_new_email ( )
inline

Clears the 'newEmail' attribute.

◆ clear_request_type()

void google_identitytoolkit_api::ResetPasswordResponse::clear_request_type ( )
inline

Clears the 'requestType' attribute.

◆ get_email()

const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_email ( ) const
inline

Get the value of the 'email' attribute.

◆ get_kind()

const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_new_email()

const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_new_email ( ) const
inline

Get the value of the 'newEmail' attribute.

◆ get_request_type()

const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_request_type ( ) const
inline

Get the value of the 'requestType' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::ResetPasswordResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::ResetPasswordResponse

◆ has_email()

bool google_identitytoolkit_api::ResetPasswordResponse::has_email ( ) const
inline

Determine if the 'email' attribute was set.

Returns
true if the 'email' attribute was set.

◆ has_kind()

bool google_identitytoolkit_api::ResetPasswordResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_new_email()

bool google_identitytoolkit_api::ResetPasswordResponse::has_new_email ( ) const
inline

Determine if the 'newEmail' attribute was set.

Returns
true if the 'newEmail' attribute was set.

◆ has_request_type()

bool google_identitytoolkit_api::ResetPasswordResponse::has_request_type ( ) const
inline

Determine if the 'requestType' attribute was set.

Returns
true if the 'requestType' attribute was set.

◆ New()

ResetPasswordResponse * google_identitytoolkit_api::ResetPasswordResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_email()

void google_identitytoolkit_api::ResetPasswordResponse::set_email ( const StringPiece &  value)
inline

Change the 'email' attribute.

The user's email. If the out-of-band code is for email recovery, the user's original email.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_identitytoolkit_api::ResetPasswordResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The fixed string "identitytoolkit#ResetPasswordResponse".

Parameters
[in]valueThe new value.

◆ set_new_email()

void google_identitytoolkit_api::ResetPasswordResponse::set_new_email ( const StringPiece &  value)
inline

Change the 'newEmail' attribute.

If the out-of-band code is for email recovery, the user's new email.

Parameters
[in]valueThe new value.

◆ set_request_type()

void google_identitytoolkit_api::ResetPasswordResponse::set_request_type ( const StringPiece &  value)
inline

Change the 'requestType' attribute.

The request type.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: