|
androidenterprise
v1
|
#include <managed_configuration.h>
Public Member Functions | |
| ManagedConfiguration (const Json::Value &storage) | |
| ManagedConfiguration (Json::Value *storage) | |
| virtual | ~ManagedConfiguration () |
| const StringPiece | GetTypeName () const |
| bool | has_configuration_variables () const |
| void | clear_configuration_variables () |
| const ConfigurationVariables | get_configuration_variables () const |
| ConfigurationVariables | mutable_configurationVariables () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_managed_property () const |
| void | clear_managed_property () |
| const client::JsonCppArray< ManagedProperty > | get_managed_property () const |
| client::JsonCppArray< ManagedProperty > | mutable_managedProperty () |
| bool | has_product_id () const |
| void | clear_product_id () |
| const StringPiece | get_product_id () const |
| void | set_product_id (const StringPiece &value) |
Static Public Member Functions | |
| static ManagedConfiguration * | New () |
A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.
|
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 'configurationVariables' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'managedProperty' attribute.
|
inline |
Clears the 'productId' attribute.
| const ConfigurationVariables google_androidenterprise_api::ManagedConfiguration::get_configuration_variables | ( | ) | const |
Get a reference to the value of the 'configurationVariables' attribute.
|
inline |
Get the value of the 'kind' attribute.
| const client::JsonCppArray<ManagedProperty > google_androidenterprise_api::ManagedConfiguration::get_managed_property | ( | ) | const |
Get a reference to the value of the 'managedProperty' attribute.
|
inline |
Get the value of the 'productId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'configurationVariables' attribute was set.
configurationVariables' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'managedProperty' attribute was set.
managedProperty' attribute was set.
|
inline |
Determine if the 'productId' attribute was set.
productId' attribute was set. | ConfigurationVariables google_androidenterprise_api::ManagedConfiguration::mutable_configurationVariables | ( | ) |
Gets a reference to a mutable value of the 'configurationVariables' property.
Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
| client::JsonCppArray<ManagedProperty > google_androidenterprise_api::ManagedConfiguration::mutable_managedProperty | ( | ) |
Gets a reference to a mutable value of the 'managedProperty' property.
The set of managed properties for this configuration.
|
static |
Creates a new default instance.
|
inline |
|
inline |
Change the 'productId' attribute.
The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".
| [in] | value | The new value. |