androidenterprise
v1
|
#include <app_restrictions_schema.h>
Public Member Functions | |
AppRestrictionsSchema (const Json::Value &storage) | |
AppRestrictionsSchema (Json::Value *storage) | |
virtual | ~AppRestrictionsSchema () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_restrictions () const |
void | clear_restrictions () |
const client::JsonCppArray< AppRestrictionsSchemaRestriction > | get_restrictions () const |
client::JsonCppArray< AppRestrictionsSchemaRestriction > | mutable_restrictions () |
Static Public Member Functions | |
static AppRestrictionsSchema * | New () |
Represents the list of app restrictions available to be pre-configured for the 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 'restrictions
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const client::JsonCppArray<AppRestrictionsSchemaRestriction > google_androidenterprise_api::AppRestrictionsSchema::get_restrictions | ( | ) | const |
Get a reference to the value of the 'restrictions
' 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 'restrictions
' attribute was set.
restrictions
' attribute was set. client::JsonCppArray<AppRestrictionsSchemaRestriction > google_androidenterprise_api::AppRestrictionsSchema::mutable_restrictions | ( | ) |
Gets a reference to a mutable value of the 'restrictions
' property.
The set of restrictions that make up this schema.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |