androidenterprise
v1
|
#include <product_policy.h>
Public Member Functions | |
ProductPolicy (const Json::Value &storage) | |
ProductPolicy (Json::Value *storage) | |
virtual | ~ProductPolicy () |
const StringPiece | GetTypeName () const |
bool | has_auto_install_policy () const |
void | clear_auto_install_policy () |
const AutoInstallPolicy | get_auto_install_policy () const |
AutoInstallPolicy | mutable_autoInstallPolicy () |
bool | has_managed_configuration () const |
void | clear_managed_configuration () |
const ManagedConfiguration | get_managed_configuration () const |
ManagedConfiguration | mutable_managedConfiguration () |
bool | has_product_id () const |
void | clear_product_id () |
const StringPiece | get_product_id () const |
void | set_product_id (const StringPiece &value) |
bool | has_track_ids () const |
void | clear_track_ids () |
const client::JsonCppArray< string > | get_track_ids () const |
client::JsonCppArray< string > | mutable_trackIds () |
bool | has_tracks () const |
void | clear_tracks () |
const client::JsonCppArray< string > | get_tracks () const |
client::JsonCppArray< string > | mutable_tracks () |
Static Public Member Functions | |
static ProductPolicy * | New () |
The policy for a 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 'autoInstallPolicy
' attribute.
|
inline |
Clears the 'managedConfiguration
' attribute.
|
inline |
Clears the 'productId
' attribute.
|
inline |
Clears the 'trackIds
' attribute.
|
inline |
Clears the 'tracks
' attribute.
const AutoInstallPolicy google_androidenterprise_api::ProductPolicy::get_auto_install_policy | ( | ) | const |
Get a reference to the value of the 'autoInstallPolicy
' attribute.
const ManagedConfiguration google_androidenterprise_api::ProductPolicy::get_managed_configuration | ( | ) | const |
Get a reference to the value of the 'managedConfiguration
' attribute.
|
inline |
Get the value of the 'productId
' attribute.
|
inline |
Get a reference to the value of the 'trackIds
' attribute.
|
inline |
Get a reference to the value of the 'tracks
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'autoInstallPolicy
' attribute was set.
autoInstallPolicy
' attribute was set.
|
inline |
Determine if the 'managedConfiguration
' attribute was set.
managedConfiguration
' attribute was set.
|
inline |
Determine if the 'productId
' attribute was set.
productId
' attribute was set.
|
inline |
Determine if the 'trackIds
' attribute was set.
trackIds
' attribute was set.
|
inline |
Determine if the 'tracks
' attribute was set.
tracks
' attribute was set. AutoInstallPolicy google_androidenterprise_api::ProductPolicy::mutable_autoInstallPolicy | ( | ) |
Gets a reference to a mutable value of the 'autoInstallPolicy
' property.
The auto-install policy for the product.
ManagedConfiguration google_androidenterprise_api::ProductPolicy::mutable_managedConfiguration | ( | ) |
Gets a reference to a mutable value of the 'managedConfiguration
' property.
The managed configuration for the product.
|
inline |
Gets a reference to a mutable value of the 'trackIds
' property.
Grants the device visibility to the specified product release track(s), identified by trackIds. The list of release tracks of a product can be obtained by calling Products.Get.
|
inline |
Gets a reference to a mutable value of the 'tracks
' property.
Deprecated. Use trackIds instead.
|
static |
Creates a new default instance.
|
inline |
Change the 'productId
' attribute.
The ID of the product. For example, "app:com.google.android.gm".
[in] | value | The new value. |