androidenterprise
v1
|
#include <configuration_variables.h>
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< VariableSet > | get_variable_set () const |
client::JsonCppArray< VariableSet > | mutable_variableSet () |
Static Public Member Functions | |
static ConfigurationVariables * | New () |
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.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'mcmId
' attribute.
|
inline |
Clears the 'variableSet
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'mcmId
' attribute.
const client::JsonCppArray<VariableSet > google_androidenterprise_api::ConfigurationVariables::get_variable_set | ( | ) | const |
Get a reference to the value of the 'variableSet
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'mcmId
' attribute was set.
mcmId
' attribute was set.
|
inline |
Determine if the 'variableSet
' attribute was set.
variableSet
' attribute was set. 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'mcmId
' attribute.
The ID of the managed configurations settings.
[in] | value | The new value. |