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

#include <managed_configurations_settings.h>

Inheritance diagram for google_androidenterprise_api::ManagedConfigurationsSettings:

Public Member Functions

 ManagedConfigurationsSettings (const Json::Value &storage)
 
 ManagedConfigurationsSettings (Json::Value *storage)
 
virtual ~ManagedConfigurationsSettings ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_last_updated_timestamp_millis () const
 
void clear_last_updated_timestamp_millis ()
 
int64 get_last_updated_timestamp_millis () const
 
void set_last_updated_timestamp_millis (int64 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_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 

Static Public Member Functions

static ManagedConfigurationsSettingsNew ()
 

Detailed Description

A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.

Constructor & Destructor Documentation

◆ ManagedConfigurationsSettings() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedConfigurationsSettings() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedConfigurationsSettings()

google_androidenterprise_api::ManagedConfigurationsSettings::~ManagedConfigurationsSettings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::ManagedConfigurationsSettings::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_last_updated_timestamp_millis()

void google_androidenterprise_api::ManagedConfigurationsSettings::clear_last_updated_timestamp_millis ( )
inline

Clears the 'lastUpdatedTimestampMillis' attribute.

◆ clear_mcm_id()

void google_androidenterprise_api::ManagedConfigurationsSettings::clear_mcm_id ( )
inline

Clears the 'mcmId' attribute.

◆ clear_name()

void google_androidenterprise_api::ManagedConfigurationsSettings::clear_name ( )
inline

Clears the 'name' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_last_updated_timestamp_millis()

int64 google_androidenterprise_api::ManagedConfigurationsSettings::get_last_updated_timestamp_millis ( ) const
inline

Get the value of the 'lastUpdatedTimestampMillis' attribute.

◆ get_mcm_id()

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

Get the value of the 'mcmId' attribute.

◆ get_name()

const StringPiece google_androidenterprise_api::ManagedConfigurationsSettings::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ManagedConfigurationsSettings

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_last_updated_timestamp_millis()

bool google_androidenterprise_api::ManagedConfigurationsSettings::has_last_updated_timestamp_millis ( ) const
inline

Determine if the 'lastUpdatedTimestampMillis' attribute was set.

Returns
true if the 'lastUpdatedTimestampMillis' attribute was set.

◆ has_mcm_id()

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

Determine if the 'mcmId' attribute was set.

Returns
true if the 'mcmId' attribute was set.

◆ has_name()

bool google_androidenterprise_api::ManagedConfigurationsSettings::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ New()

ManagedConfigurationsSettings * google_androidenterprise_api::ManagedConfigurationsSettings::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

◆ set_last_updated_timestamp_millis()

void google_androidenterprise_api::ManagedConfigurationsSettings::set_last_updated_timestamp_millis ( int64  value)
inline

Change the 'lastUpdatedTimestampMillis' attribute.

The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.

Parameters
[in]valueThe new value.

◆ set_mcm_id()

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

Change the 'mcmId' attribute.

The ID of the managed configurations settings.

Parameters
[in]valueThe new value.

◆ set_name()

void google_androidenterprise_api::ManagedConfigurationsSettings::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name of the managed configurations settings.

Parameters
[in]valueThe new value.

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