androidenterprise
v1
|
#include <managed_configurations_settings_list_response.h>
Public Member Functions | |
ManagedConfigurationsSettingsListResponse (const Json::Value &storage) | |
ManagedConfigurationsSettingsListResponse (Json::Value *storage) | |
virtual | ~ManagedConfigurationsSettingsListResponse () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_managed_configurations_settings () const |
void | clear_managed_configurations_settings () |
const client::JsonCppArray< ManagedConfigurationsSettings > | get_managed_configurations_settings () const |
client::JsonCppArray< ManagedConfigurationsSettings > | mutable_managedConfigurationsSettings () |
Static Public Member Functions | |
static ManagedConfigurationsSettingsListResponse * | New () |
The managed configurations settings for a product.
|
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 'managedConfigurationsSettings
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const client::JsonCppArray<ManagedConfigurationsSettings > google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::get_managed_configurations_settings | ( | ) | const |
Get a reference to the value of the 'managedConfigurationsSettings
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_androidenterprise_api::ManagedConfigurationsSettingsLi stResponse
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'managedConfigurationsSettings
' attribute was set.
managedConfigurationsSettings
' attribute was set. client::JsonCppArray<ManagedConfigurationsSettings > google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::mutable_managedConfigurationsSettings | ( | ) |
Gets a reference to a mutable value of the 'managedConfigurationsSettings
' property.
A managed configurations settings for an app that may be assigned to a group of users in an enterprise.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsSettingsListResponse".
[in] | value | The new value. |