analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::UserDeletionRequest::UserDeletionRequestId Class Reference

#include <user_deletion_request.h>

Inheritance diagram for google_analytics_api::UserDeletionRequest::UserDeletionRequestId:

Public Member Functions

 UserDeletionRequestId (const Json::Value &storage)
 
 UserDeletionRequestId (Json::Value *storage)
 
virtual ~UserDeletionRequestId ()
 
const StringPiece GetTypeName () const
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 
bool has_user_id () const
 
void clear_user_id ()
 
const StringPiece get_user_id () const
 
void set_user_id (const StringPiece &value)
 

Static Public Member Functions

static UserDeletionRequestIdNew ()
 

Detailed Description

User ID.

Constructor & Destructor Documentation

◆ UserDeletionRequestId() [1/2]

google_analytics_api::UserDeletionRequest::UserDeletionRequestId::UserDeletionRequestId ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ UserDeletionRequestId() [2/2]

google_analytics_api::UserDeletionRequest::UserDeletionRequestId::UserDeletionRequestId ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~UserDeletionRequestId()

google_analytics_api::UserDeletionRequest::UserDeletionRequestId::~UserDeletionRequestId ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_type()

void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::clear_type ( )
inline

Clears the 'type' attribute.

◆ clear_user_id()

void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::clear_user_id ( )
inline

Clears the 'userId' attribute.

◆ get_type()

const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::get_type ( ) const
inline

Get the value of the 'type' attribute.

◆ get_user_id()

const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::get_user_id ( ) const
inline

Get the value of the 'userId' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::UserDeletionRequestId

◆ has_type()

bool google_analytics_api::UserDeletionRequest::UserDeletionRequestId::has_type ( ) const
inline

Determine if the 'type' attribute was set.

Returns
true if the 'type' attribute was set.

◆ has_user_id()

bool google_analytics_api::UserDeletionRequest::UserDeletionRequestId::has_user_id ( ) const
inline

Determine if the 'userId' attribute was set.

Returns
true if the 'userId' attribute was set.

◆ New()

UserDeletionRequest::UserDeletionRequestId * google_analytics_api::UserDeletionRequest::UserDeletionRequestId::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_type()

void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

Type of user.

Parameters
[in]valueThe new value.

◆ set_user_id()

void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::set_user_id ( const StringPiece &  value)
inline

Change the 'userId' attribute.

The User's id.

Parameters
[in]valueThe new value.

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