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

#include <configuration_variables.h>

Inheritance diagram for google_androidenterprise_api::ConfigurationVariables:

Public Member Functions

 ConfigurationVariables (const Json::Value &storage)
 
 ConfigurationVariables (Json::Value *storage)
 
virtual ~ConfigurationVariables ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_mcm_id () const
 
void clear_mcm_id ()
 
const StringPiece get_mcm_id () const
 
void set_mcm_id (const StringPiece &value)
 
bool has_variable_set () const
 
void clear_variable_set ()
 
const client::JsonCppArray< VariableSetget_variable_set () const
 
client::JsonCppArray< VariableSetmutable_variableSet ()
 

Static Public Member Functions

static ConfigurationVariablesNew ()
 

Detailed Description

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.

Constructor & Destructor Documentation

◆ ConfigurationVariables() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConfigurationVariables() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConfigurationVariables()

google_androidenterprise_api::ConfigurationVariables::~ConfigurationVariables ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::ConfigurationVariables::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_mcm_id()

void google_androidenterprise_api::ConfigurationVariables::clear_mcm_id ( )
inline

Clears the 'mcmId' attribute.

◆ clear_variable_set()

void google_androidenterprise_api::ConfigurationVariables::clear_variable_set ( )
inline

Clears the 'variableSet' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_mcm_id()

const StringPiece google_androidenterprise_api::ConfigurationVariables::get_mcm_id ( ) const
inline

Get the value of the 'mcmId' attribute.

◆ get_variable_set()

const client::JsonCppArray<VariableSet > google_androidenterprise_api::ConfigurationVariables::get_variable_set ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ConfigurationVariables

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_mcm_id()

bool google_androidenterprise_api::ConfigurationVariables::has_mcm_id ( ) const
inline

Determine if the 'mcmId' attribute was set.

Returns
true if the 'mcmId' attribute was set.

◆ has_variable_set()

bool google_androidenterprise_api::ConfigurationVariables::has_variable_set ( ) const
inline

Determine if the 'variableSet' attribute was set.

Returns
true if the 'variableSet' attribute was set.

◆ mutable_variableSet()

client::JsonCppArray<VariableSet > google_androidenterprise_api::ConfigurationVariables::mutable_variableSet ( )

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

The variable set that is attributed to the user.

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

◆ New()

ConfigurationVariables * google_androidenterprise_api::ConfigurationVariables::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

◆ set_mcm_id()

void google_androidenterprise_api::ConfigurationVariables::set_mcm_id ( const StringPiece &  value)
inline

Change the 'mcmId' attribute.

The ID of the managed configurations settings.

Parameters
[in]valueThe new value.

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