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

#include <managed_configurations_settings_list_response.h>

Inheritance diagram for google_androidenterprise_api::ManagedConfigurationsSettingsListResponse:

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< ManagedConfigurationsSettingsget_managed_configurations_settings () const
 
client::JsonCppArray< ManagedConfigurationsSettingsmutable_managedConfigurationsSettings ()
 

Static Public Member Functions

static ManagedConfigurationsSettingsListResponseNew ()
 

Detailed Description

The managed configurations settings for a product.

Constructor & Destructor Documentation

◆ ManagedConfigurationsSettingsListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedConfigurationsSettingsListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedConfigurationsSettingsListResponse()

google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::~ManagedConfigurationsSettingsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_managed_configurations_settings()

void google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::clear_managed_configurations_settings ( )
inline

Clears the 'managedConfigurationsSettings' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_managed_configurations_settings()

const client::JsonCppArray<ManagedConfigurationsSettings > google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::get_managed_configurations_settings ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ManagedConfigurationsSettingsLi stResponse

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_managed_configurations_settings()

bool google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::has_managed_configurations_settings ( ) const
inline

Determine if the 'managedConfigurationsSettings' attribute was set.

Returns
true if the 'managedConfigurationsSettings' attribute was set.

◆ mutable_managedConfigurationsSettings()

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.

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

◆ New()

ManagedConfigurationsSettingsListResponse * google_androidenterprise_api::ManagedConfigurationsSettingsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsSettingsListResponse".

Parameters
[in]valueThe new value.

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