androidenterprise
v1
|
#include <product_permissions.h>
Public Member Functions | |
ProductPermissions (const Json::Value &storage) | |
ProductPermissions (Json::Value *storage) | |
virtual | ~ProductPermissions () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_permission () const |
void | clear_permission () |
const client::JsonCppArray< ProductPermission > | get_permission () const |
client::JsonCppArray< ProductPermission > | mutable_permission () |
bool | has_product_id () const |
void | clear_product_id () |
const StringPiece | get_product_id () const |
void | set_product_id (const StringPiece &value) |
Static Public Member Functions | |
static ProductPermissions * | New () |
Information about the permissions required by a specific app and whether they have been accepted by the enterprise.
|
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 'permission
' attribute.
|
inline |
Clears the 'productId
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const client::JsonCppArray<ProductPermission > google_androidenterprise_api::ProductPermissions::get_permission | ( | ) | const |
Get a reference to the value of the 'permission
' attribute.
|
inline |
Get the value of the 'productId
' 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 'permission
' attribute was set.
permission
' attribute was set.
|
inline |
Determine if the 'productId
' attribute was set.
productId
' attribute was set. client::JsonCppArray<ProductPermission > google_androidenterprise_api::ProductPermissions::mutable_permission | ( | ) |
Gets a reference to a mutable value of the 'permission
' property.
The permissions required by the app.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'productId
' attribute.
The ID of the app that the permissions relate to, e.g. "app:com.google.android.gm".
[in] | value | The new value. |