analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::EntityUserLink::EntityUserLinkEntity Class Reference

#include <entity_user_link.h>

Inheritance diagram for google_analytics_api::EntityUserLink::EntityUserLinkEntity:

Public Member Functions

 EntityUserLinkEntity (const Json::Value &storage)
 
 EntityUserLinkEntity (Json::Value *storage)
 
virtual ~EntityUserLinkEntity ()
 
const StringPiece GetTypeName () const
 
bool has_account_ref () const
 
void clear_account_ref ()
 
const AccountRef get_account_ref () const
 
AccountRef mutable_accountRef ()
 
bool has_profile_ref () const
 
void clear_profile_ref ()
 
const ProfileRef get_profile_ref () const
 
ProfileRef mutable_profileRef ()
 
bool has_web_property_ref () const
 
void clear_web_property_ref ()
 
const WebPropertyRef get_web_property_ref () const
 
WebPropertyRef mutable_webPropertyRef ()
 

Static Public Member Functions

static EntityUserLinkEntityNew ()
 

Detailed Description

Entity for this link. It can be an account, a web property, or a view (profile).

Constructor & Destructor Documentation

◆ EntityUserLinkEntity() [1/2]

google_analytics_api::EntityUserLink::EntityUserLinkEntity::EntityUserLinkEntity ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ EntityUserLinkEntity() [2/2]

google_analytics_api::EntityUserLink::EntityUserLinkEntity::EntityUserLinkEntity ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~EntityUserLinkEntity()

google_analytics_api::EntityUserLink::EntityUserLinkEntity::~EntityUserLinkEntity ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_account_ref()

void google_analytics_api::EntityUserLink::EntityUserLinkEntity::clear_account_ref ( )
inline

Clears the 'accountRef' attribute.

◆ clear_profile_ref()

void google_analytics_api::EntityUserLink::EntityUserLinkEntity::clear_profile_ref ( )
inline

Clears the 'profileRef' attribute.

◆ clear_web_property_ref()

void google_analytics_api::EntityUserLink::EntityUserLinkEntity::clear_web_property_ref ( )
inline

Clears the 'webPropertyRef' attribute.

◆ get_account_ref()

const AccountRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_account_ref ( ) const

Get a reference to the value of the 'accountRef' attribute.

◆ get_profile_ref()

const ProfileRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_profile_ref ( ) const

Get a reference to the value of the 'profileRef' attribute.

◆ get_web_property_ref()

const WebPropertyRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_web_property_ref ( ) const

Get a reference to the value of the 'webPropertyRef' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::EntityUserLink::EntityUserLinkEntity::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::EntityUserLinkEntity

◆ has_account_ref()

bool google_analytics_api::EntityUserLink::EntityUserLinkEntity::has_account_ref ( ) const
inline

Determine if the 'accountRef' attribute was set.

Returns
true if the 'accountRef' attribute was set.

◆ has_profile_ref()

bool google_analytics_api::EntityUserLink::EntityUserLinkEntity::has_profile_ref ( ) const
inline

Determine if the 'profileRef' attribute was set.

Returns
true if the 'profileRef' attribute was set.

◆ has_web_property_ref()

bool google_analytics_api::EntityUserLink::EntityUserLinkEntity::has_web_property_ref ( ) const
inline

Determine if the 'webPropertyRef' attribute was set.

Returns
true if the 'webPropertyRef' attribute was set.

◆ mutable_accountRef()

AccountRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_accountRef ( )

Gets a reference to a mutable value of the 'accountRef' property.

Account for this link.

Returns
The result can be modified to change the attribute value.

◆ mutable_profileRef()

ProfileRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_profileRef ( )

Gets a reference to a mutable value of the 'profileRef' property.

View (Profile) for this link.

Returns
The result can be modified to change the attribute value.

◆ mutable_webPropertyRef()

WebPropertyRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_webPropertyRef ( )

Gets a reference to a mutable value of the 'webPropertyRef' property.

Web property for this link.

Returns
The result can be modified to change the attribute value.

◆ New()

EntityUserLink::EntityUserLinkEntity * google_analytics_api::EntityUserLink::EntityUserLinkEntity::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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