androidenterprise
v1
|
#include <managed_configurations_settings.h>
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 ManagedConfigurationsSettings * | New () |
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.
|
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 'lastUpdatedTimestampMillis
' attribute.
|
inline |
Clears the 'mcmId
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'lastUpdatedTimestampMillis
' attribute.
|
inline |
Get the value of the 'mcmId
' attribute.
|
inline |
Get the value of the 'name
' 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 'lastUpdatedTimestampMillis
' attribute was set.
lastUpdatedTimestampMillis
' attribute was set.
|
inline |
Determine if the 'mcmId
' attribute was set.
mcmId
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'lastUpdatedTimestampMillis
' attribute.
The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
[in] | value | The new value. |
|
inline |
Change the 'mcmId
' attribute.
The ID of the managed configurations settings.
[in] | value | The new value. |
|
inline |
Change the 'name
' attribute.
The name of the managed configurations settings.
[in] | value | The new value. |