androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::EnterpriseAccount Class Reference

#include <enterprise_account.h>

Inheritance diagram for google_androidenterprise_api::EnterpriseAccount:

Public Member Functions

 EnterpriseAccount (const Json::Value &storage)
 
 EnterpriseAccount (Json::Value *storage)
 
virtual ~EnterpriseAccount ()
 
const StringPiece GetTypeName () const
 
bool has_account_email () const
 
void clear_account_email ()
 
const StringPiece get_account_email () const
 
void set_account_email (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static EnterpriseAccountNew ()
 

Detailed Description

A service account that can be used to authenticate as the enterprise to API calls that require such authentication.

Constructor & Destructor Documentation

◆ EnterpriseAccount() [1/2]

google_androidenterprise_api::EnterpriseAccount::EnterpriseAccount ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ EnterpriseAccount() [2/2]

google_androidenterprise_api::EnterpriseAccount::EnterpriseAccount ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~EnterpriseAccount()

google_androidenterprise_api::EnterpriseAccount::~EnterpriseAccount ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_account_email()

void google_androidenterprise_api::EnterpriseAccount::clear_account_email ( )
inline

Clears the 'accountEmail' attribute.

◆ clear_kind()

void google_androidenterprise_api::EnterpriseAccount::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_account_email()

const StringPiece google_androidenterprise_api::EnterpriseAccount::get_account_email ( ) const
inline

Get the value of the 'accountEmail' attribute.

◆ get_kind()

const StringPiece google_androidenterprise_api::EnterpriseAccount::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::EnterpriseAccount::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::EnterpriseAccount

◆ has_account_email()

bool google_androidenterprise_api::EnterpriseAccount::has_account_email ( ) const
inline

Determine if the 'accountEmail' attribute was set.

Returns
true if the 'accountEmail' attribute was set.

◆ has_kind()

bool google_androidenterprise_api::EnterpriseAccount::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

EnterpriseAccount * google_androidenterprise_api::EnterpriseAccount::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_account_email()

void google_androidenterprise_api::EnterpriseAccount::set_account_email ( const StringPiece &  value)
inline

Change the 'accountEmail' attribute.

The email address of the service account.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_androidenterprise_api::EnterpriseAccount::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

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