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

#include <product.h>

Inheritance diagram for google_androidenterprise_api::Product:

Public Member Functions

 Product (const Json::Value &storage)
 
 Product (Json::Value *storage)
 
virtual ~Product ()
 
const StringPiece GetTypeName () const
 
bool has_app_tracks () const
 
void clear_app_tracks ()
 
const client::JsonCppArray< TrackInfoget_app_tracks () const
 
client::JsonCppArray< TrackInfomutable_appTracks ()
 
bool has_app_version () const
 
void clear_app_version ()
 
const client::JsonCppArray< AppVersionget_app_version () const
 
client::JsonCppArray< AppVersionmutable_appVersion ()
 
bool has_author_name () const
 
void clear_author_name ()
 
const StringPiece get_author_name () const
 
void set_author_name (const StringPiece &value)
 
bool has_available_countries () const
 
void clear_available_countries ()
 
const client::JsonCppArray< string > get_available_countries () const
 
client::JsonCppArray< string > mutable_availableCountries ()
 
bool has_available_tracks () const
 
void clear_available_tracks ()
 
const client::JsonCppArray< string > get_available_tracks () const
 
client::JsonCppArray< string > mutable_availableTracks ()
 
bool has_category () const
 
void clear_category ()
 
const StringPiece get_category () const
 
void set_category (const StringPiece &value)
 
bool has_content_rating () const
 
void clear_content_rating ()
 
const StringPiece get_content_rating () const
 
void set_content_rating (const StringPiece &value)
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_details_url () const
 
void clear_details_url ()
 
const StringPiece get_details_url () const
 
void set_details_url (const StringPiece &value)
 
bool has_distribution_channel () const
 
void clear_distribution_channel ()
 
const StringPiece get_distribution_channel () const
 
void set_distribution_channel (const StringPiece &value)
 
bool has_features () const
 
void clear_features ()
 
const client::JsonCppArray< string > get_features () const
 
client::JsonCppArray< string > mutable_features ()
 
bool has_icon_url () const
 
void clear_icon_url ()
 
const StringPiece get_icon_url () const
 
void set_icon_url (const StringPiece &value)
 
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_min_android_sdk_version () const
 
void clear_min_android_sdk_version ()
 
int32 get_min_android_sdk_version () const
 
void set_min_android_sdk_version (int32 value)
 
bool has_permissions () const
 
void clear_permissions ()
 
const client::JsonCppArray< ProductPermissionget_permissions () const
 
client::JsonCppArray< ProductPermissionmutable_permissions ()
 
bool has_product_id () const
 
void clear_product_id ()
 
const StringPiece get_product_id () const
 
void set_product_id (const StringPiece &value)
 
bool has_product_pricing () const
 
void clear_product_pricing ()
 
const StringPiece get_product_pricing () const
 
void set_product_pricing (const StringPiece &value)
 
bool has_recent_changes () const
 
void clear_recent_changes ()
 
const StringPiece get_recent_changes () const
 
void set_recent_changes (const StringPiece &value)
 
bool has_requires_container_app () const
 
void clear_requires_container_app ()
 
bool get_requires_container_app () const
 
void set_requires_container_app (bool value)
 
bool has_screenshot_urls () const
 
void clear_screenshot_urls ()
 
const client::JsonCppArray< string > get_screenshot_urls () const
 
client::JsonCppArray< string > mutable_screenshotUrls ()
 
bool has_signing_certificate () const
 
void clear_signing_certificate ()
 
const ProductSigningCertificate get_signing_certificate () const
 
ProductSigningCertificate mutable_signingCertificate ()
 
bool has_small_icon_url () const
 
void clear_small_icon_url ()
 
const StringPiece get_small_icon_url () const
 
void set_small_icon_url (const StringPiece &value)
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 
bool has_work_details_url () const
 
void clear_work_details_url ()
 
const StringPiece get_work_details_url () const
 
void set_work_details_url (const StringPiece &value)
 

Static Public Member Functions

static ProductNew ()
 

Detailed Description

A Products resource represents an app in the Google Play store that is available to at least some users in the enterprise. (Some apps are restricted to a single enterprise, and no information about them is made available outside that enterprise.)

The information provided for each product (localized name, icon, link to the full Google Play details page) is intended to allow a basic representation of the product within an EMM user interface.

Constructor & Destructor Documentation

◆ Product() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Product() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Product()

google_androidenterprise_api::Product::~Product ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_app_tracks()

void google_androidenterprise_api::Product::clear_app_tracks ( )
inline

Clears the 'appTracks' attribute.

◆ clear_app_version()

void google_androidenterprise_api::Product::clear_app_version ( )
inline

Clears the 'appVersion' attribute.

◆ clear_author_name()

void google_androidenterprise_api::Product::clear_author_name ( )
inline

Clears the 'authorName' attribute.

◆ clear_available_countries()

void google_androidenterprise_api::Product::clear_available_countries ( )
inline

Clears the 'availableCountries' attribute.

◆ clear_available_tracks()

void google_androidenterprise_api::Product::clear_available_tracks ( )
inline

Clears the 'availableTracks' attribute.

◆ clear_category()

void google_androidenterprise_api::Product::clear_category ( )
inline

Clears the 'category' attribute.

◆ clear_content_rating()

void google_androidenterprise_api::Product::clear_content_rating ( )
inline

Clears the 'contentRating' attribute.

◆ clear_description()

void google_androidenterprise_api::Product::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_details_url()

void google_androidenterprise_api::Product::clear_details_url ( )
inline

Clears the 'detailsUrl' attribute.

◆ clear_distribution_channel()

void google_androidenterprise_api::Product::clear_distribution_channel ( )
inline

Clears the 'distributionChannel' attribute.

◆ clear_features()

void google_androidenterprise_api::Product::clear_features ( )
inline

Clears the 'features' attribute.

◆ clear_icon_url()

void google_androidenterprise_api::Product::clear_icon_url ( )
inline

Clears the 'iconUrl' attribute.

◆ clear_kind()

void google_androidenterprise_api::Product::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_last_updated_timestamp_millis()

void google_androidenterprise_api::Product::clear_last_updated_timestamp_millis ( )
inline

Clears the 'lastUpdatedTimestampMillis' attribute.

◆ clear_min_android_sdk_version()

void google_androidenterprise_api::Product::clear_min_android_sdk_version ( )
inline

Clears the 'minAndroidSdkVersion' attribute.

◆ clear_permissions()

void google_androidenterprise_api::Product::clear_permissions ( )
inline

Clears the 'permissions' attribute.

◆ clear_product_id()

void google_androidenterprise_api::Product::clear_product_id ( )
inline

Clears the 'productId' attribute.

◆ clear_product_pricing()

void google_androidenterprise_api::Product::clear_product_pricing ( )
inline

Clears the 'productPricing' attribute.

◆ clear_recent_changes()

void google_androidenterprise_api::Product::clear_recent_changes ( )
inline

Clears the 'recentChanges' attribute.

◆ clear_requires_container_app()

void google_androidenterprise_api::Product::clear_requires_container_app ( )
inline

Clears the 'requiresContainerApp' attribute.

◆ clear_screenshot_urls()

void google_androidenterprise_api::Product::clear_screenshot_urls ( )
inline

Clears the 'screenshotUrls' attribute.

◆ clear_signing_certificate()

void google_androidenterprise_api::Product::clear_signing_certificate ( )
inline

Clears the 'signingCertificate' attribute.

◆ clear_small_icon_url()

void google_androidenterprise_api::Product::clear_small_icon_url ( )
inline

Clears the 'smallIconUrl' attribute.

◆ clear_title()

void google_androidenterprise_api::Product::clear_title ( )
inline

Clears the 'title' attribute.

◆ clear_work_details_url()

void google_androidenterprise_api::Product::clear_work_details_url ( )
inline

Clears the 'workDetailsUrl' attribute.

◆ get_app_tracks()

const client::JsonCppArray<TrackInfo > google_androidenterprise_api::Product::get_app_tracks ( ) const

Get a reference to the value of the 'appTracks' attribute.

◆ get_app_version()

const client::JsonCppArray<AppVersion > google_androidenterprise_api::Product::get_app_version ( ) const

Get a reference to the value of the 'appVersion' attribute.

◆ get_author_name()

const StringPiece google_androidenterprise_api::Product::get_author_name ( ) const
inline

Get the value of the 'authorName' attribute.

◆ get_available_countries()

const client::JsonCppArray<string > google_androidenterprise_api::Product::get_available_countries ( ) const
inline

Get a reference to the value of the 'availableCountries' attribute.

◆ get_available_tracks()

const client::JsonCppArray<string > google_androidenterprise_api::Product::get_available_tracks ( ) const
inline

Get a reference to the value of the 'availableTracks' attribute.

◆ get_category()

const StringPiece google_androidenterprise_api::Product::get_category ( ) const
inline

Get the value of the 'category' attribute.

◆ get_content_rating()

const StringPiece google_androidenterprise_api::Product::get_content_rating ( ) const
inline

Get the value of the 'contentRating' attribute.

◆ get_description()

const StringPiece google_androidenterprise_api::Product::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_details_url()

const StringPiece google_androidenterprise_api::Product::get_details_url ( ) const
inline

Get the value of the 'detailsUrl' attribute.

◆ get_distribution_channel()

const StringPiece google_androidenterprise_api::Product::get_distribution_channel ( ) const
inline

Get the value of the 'distributionChannel' attribute.

◆ get_features()

const client::JsonCppArray<string > google_androidenterprise_api::Product::get_features ( ) const
inline

Get a reference to the value of the 'features' attribute.

◆ get_icon_url()

const StringPiece google_androidenterprise_api::Product::get_icon_url ( ) const
inline

Get the value of the 'iconUrl' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_last_updated_timestamp_millis()

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

Get the value of the 'lastUpdatedTimestampMillis' attribute.

◆ get_min_android_sdk_version()

int32 google_androidenterprise_api::Product::get_min_android_sdk_version ( ) const
inline

Get the value of the 'minAndroidSdkVersion' attribute.

◆ get_permissions()

const client::JsonCppArray<ProductPermission > google_androidenterprise_api::Product::get_permissions ( ) const

Get a reference to the value of the 'permissions' attribute.

◆ get_product_id()

const StringPiece google_androidenterprise_api::Product::get_product_id ( ) const
inline

Get the value of the 'productId' attribute.

◆ get_product_pricing()

const StringPiece google_androidenterprise_api::Product::get_product_pricing ( ) const
inline

Get the value of the 'productPricing' attribute.

◆ get_recent_changes()

const StringPiece google_androidenterprise_api::Product::get_recent_changes ( ) const
inline

Get the value of the 'recentChanges' attribute.

◆ get_requires_container_app()

bool google_androidenterprise_api::Product::get_requires_container_app ( ) const
inline

Get the value of the 'requiresContainerApp' attribute.

◆ get_screenshot_urls()

const client::JsonCppArray<string > google_androidenterprise_api::Product::get_screenshot_urls ( ) const
inline

Get a reference to the value of the 'screenshotUrls' attribute.

◆ get_signing_certificate()

const ProductSigningCertificate google_androidenterprise_api::Product::get_signing_certificate ( ) const

Get a reference to the value of the 'signingCertificate' attribute.

◆ get_small_icon_url()

const StringPiece google_androidenterprise_api::Product::get_small_icon_url ( ) const
inline

Get the value of the 'smallIconUrl' attribute.

◆ get_title()

const StringPiece google_androidenterprise_api::Product::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ get_work_details_url()

const StringPiece google_androidenterprise_api::Product::get_work_details_url ( ) const
inline

Get the value of the 'workDetailsUrl' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::Product

◆ has_app_tracks()

bool google_androidenterprise_api::Product::has_app_tracks ( ) const
inline

Determine if the 'appTracks' attribute was set.

Returns
true if the 'appTracks' attribute was set.

◆ has_app_version()

bool google_androidenterprise_api::Product::has_app_version ( ) const
inline

Determine if the 'appVersion' attribute was set.

Returns
true if the 'appVersion' attribute was set.

◆ has_author_name()

bool google_androidenterprise_api::Product::has_author_name ( ) const
inline

Determine if the 'authorName' attribute was set.

Returns
true if the 'authorName' attribute was set.

◆ has_available_countries()

bool google_androidenterprise_api::Product::has_available_countries ( ) const
inline

Determine if the 'availableCountries' attribute was set.

Returns
true if the 'availableCountries' attribute was set.

◆ has_available_tracks()

bool google_androidenterprise_api::Product::has_available_tracks ( ) const
inline

Determine if the 'availableTracks' attribute was set.

Returns
true if the 'availableTracks' attribute was set.

◆ has_category()

bool google_androidenterprise_api::Product::has_category ( ) const
inline

Determine if the 'category' attribute was set.

Returns
true if the 'category' attribute was set.

◆ has_content_rating()

bool google_androidenterprise_api::Product::has_content_rating ( ) const
inline

Determine if the 'contentRating' attribute was set.

Returns
true if the 'contentRating' attribute was set.

◆ has_description()

bool google_androidenterprise_api::Product::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_details_url()

bool google_androidenterprise_api::Product::has_details_url ( ) const
inline

Determine if the 'detailsUrl' attribute was set.

Returns
true if the 'detailsUrl' attribute was set.

◆ has_distribution_channel()

bool google_androidenterprise_api::Product::has_distribution_channel ( ) const
inline

Determine if the 'distributionChannel' attribute was set.

Returns
true if the 'distributionChannel' attribute was set.

◆ has_features()

bool google_androidenterprise_api::Product::has_features ( ) const
inline

Determine if the 'features' attribute was set.

Returns
true if the 'features' attribute was set.

◆ has_icon_url()

bool google_androidenterprise_api::Product::has_icon_url ( ) const
inline

Determine if the 'iconUrl' attribute was set.

Returns
true if the 'iconUrl' attribute was set.

◆ has_kind()

bool google_androidenterprise_api::Product::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::Product::has_last_updated_timestamp_millis ( ) const
inline

Determine if the 'lastUpdatedTimestampMillis' attribute was set.

Returns
true if the 'lastUpdatedTimestampMillis' attribute was set.

◆ has_min_android_sdk_version()

bool google_androidenterprise_api::Product::has_min_android_sdk_version ( ) const
inline

Determine if the 'minAndroidSdkVersion' attribute was set.

Returns
true if the 'minAndroidSdkVersion' attribute was set.

◆ has_permissions()

bool google_androidenterprise_api::Product::has_permissions ( ) const
inline

Determine if the 'permissions' attribute was set.

Returns
true if the 'permissions' attribute was set.

◆ has_product_id()

bool google_androidenterprise_api::Product::has_product_id ( ) const
inline

Determine if the 'productId' attribute was set.

Returns
true if the 'productId' attribute was set.

◆ has_product_pricing()

bool google_androidenterprise_api::Product::has_product_pricing ( ) const
inline

Determine if the 'productPricing' attribute was set.

Returns
true if the 'productPricing' attribute was set.

◆ has_recent_changes()

bool google_androidenterprise_api::Product::has_recent_changes ( ) const
inline

Determine if the 'recentChanges' attribute was set.

Returns
true if the 'recentChanges' attribute was set.

◆ has_requires_container_app()

bool google_androidenterprise_api::Product::has_requires_container_app ( ) const
inline

Determine if the 'requiresContainerApp' attribute was set.

Returns
true if the 'requiresContainerApp' attribute was set.

◆ has_screenshot_urls()

bool google_androidenterprise_api::Product::has_screenshot_urls ( ) const
inline

Determine if the 'screenshotUrls' attribute was set.

Returns
true if the 'screenshotUrls' attribute was set.

◆ has_signing_certificate()

bool google_androidenterprise_api::Product::has_signing_certificate ( ) const
inline

Determine if the 'signingCertificate' attribute was set.

Returns
true if the 'signingCertificate' attribute was set.

◆ has_small_icon_url()

bool google_androidenterprise_api::Product::has_small_icon_url ( ) const
inline

Determine if the 'smallIconUrl' attribute was set.

Returns
true if the 'smallIconUrl' attribute was set.

◆ has_title()

bool google_androidenterprise_api::Product::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ has_work_details_url()

bool google_androidenterprise_api::Product::has_work_details_url ( ) const
inline

Determine if the 'workDetailsUrl' attribute was set.

Returns
true if the 'workDetailsUrl' attribute was set.

◆ mutable_appTracks()

client::JsonCppArray<TrackInfo > google_androidenterprise_api::Product::mutable_appTracks ( )

Gets a reference to a mutable value of the 'appTracks' property.

The tracks visible to the enterprise.

Returns
The result can be modified to change the attribute value.

◆ mutable_appVersion()

client::JsonCppArray<AppVersion > google_androidenterprise_api::Product::mutable_appVersion ( )

Gets a reference to a mutable value of the 'appVersion' property.

App versions currently available for this product.

Returns
The result can be modified to change the attribute value.

◆ mutable_availableCountries()

client::JsonCppArray<string > google_androidenterprise_api::Product::mutable_availableCountries ( )
inline

Gets a reference to a mutable value of the 'availableCountries' property.

The countries which this app is available in.

Returns
The result can be modified to change the attribute value.

◆ mutable_availableTracks()

client::JsonCppArray<string > google_androidenterprise_api::Product::mutable_availableTracks ( )
inline

Gets a reference to a mutable value of the 'availableTracks' property.

Deprecated:

Deprecated, use appTracks instead.

Returns
The result can be modified to change the attribute value.

◆ mutable_features()

client::JsonCppArray<string > google_androidenterprise_api::Product::mutable_features ( )
inline

Gets a reference to a mutable value of the 'features' property.

Noteworthy features (if any) of this product.

Returns
The result can be modified to change the attribute value.

◆ mutable_permissions()

client::JsonCppArray<ProductPermission > google_androidenterprise_api::Product::mutable_permissions ( )

Gets a reference to a mutable value of the 'permissions' property.

A list of permissions required by the app.

Returns
The result can be modified to change the attribute value.

◆ mutable_screenshotUrls()

client::JsonCppArray<string > google_androidenterprise_api::Product::mutable_screenshotUrls ( )
inline

Gets a reference to a mutable value of the 'screenshotUrls' property.

A list of screenshot links representing the app.

Returns
The result can be modified to change the attribute value.

◆ mutable_signingCertificate()

ProductSigningCertificate google_androidenterprise_api::Product::mutable_signingCertificate ( )

Gets a reference to a mutable value of the 'signingCertificate' property.

The certificate used to sign this product.

Returns
The result can be modified to change the attribute value.

◆ New()

Product * google_androidenterprise_api::Product::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_author_name()

void google_androidenterprise_api::Product::set_author_name ( const StringPiece &  value)
inline

Change the 'authorName' attribute.

The name of the author of the product (for example, the app developer).

Parameters
[in]valueThe new value.

◆ set_category()

void google_androidenterprise_api::Product::set_category ( const StringPiece &  value)
inline

Change the 'category' attribute.

The app category (e.g. RACING, SOCIAL, etc.).

Parameters
[in]valueThe new value.

◆ set_content_rating()

void google_androidenterprise_api::Product::set_content_rating ( const StringPiece &  value)
inline

Change the 'contentRating' attribute.

The content rating for this app.

Parameters
[in]valueThe new value.

◆ set_description()

void google_androidenterprise_api::Product::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

The localized promotional description, if available.

Parameters
[in]valueThe new value.

◆ set_details_url()

void google_androidenterprise_api::Product::set_details_url ( const StringPiece &  value)
inline

Change the 'detailsUrl' attribute.

A link to the (consumer) Google Play details page for the product.

Parameters
[in]valueThe new value.

◆ set_distribution_channel()

void google_androidenterprise_api::Product::set_distribution_channel ( const StringPiece &  value)
inline

Change the 'distributionChannel' attribute.

How and to whom the package is made available. The value publicGoogleHosted means that the package is available through the Play store and not restricted to a specific enterprise. The value privateGoogleHosted means that the package is a private app (restricted to an enterprise) but hosted by Google. The value privateSelfHosted means that the package is a private app (restricted to an enterprise) and is privately hosted.

Parameters
[in]valueThe new value.

◆ set_icon_url()

void google_androidenterprise_api::Product::set_icon_url ( const StringPiece &  value)
inline

Change the 'iconUrl' attribute.

A link to an image that can be used as an icon for the product. This image is suitable for use at up to 512px x 512px.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

◆ set_last_updated_timestamp_millis()

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

Change the 'lastUpdatedTimestampMillis' attribute.

The approximate time (within 7 days) the app was last published, expressed in milliseconds since epoch.

Parameters
[in]valueThe new value.

◆ set_min_android_sdk_version()

void google_androidenterprise_api::Product::set_min_android_sdk_version ( int32  value)
inline

Change the 'minAndroidSdkVersion' attribute.

The minimum Android SDK necessary to run the app.

Parameters
[in]valueThe new value.

◆ set_product_id()

void google_androidenterprise_api::Product::set_product_id ( const StringPiece &  value)
inline

Change the 'productId' attribute.

A string of the form app:. For example, app:com.google.android.gm represents the Gmail app.

Parameters
[in]valueThe new value.

◆ set_product_pricing()

void google_androidenterprise_api::Product::set_product_pricing ( const StringPiece &  value)
inline

Change the 'productPricing' attribute.

Whether this product is free, free with in-app purchases, or paid. If the pricing is unknown, this means the product is not generally available anymore (even though it might still be available to people who own it).

Parameters
[in]valueThe new value.

◆ set_recent_changes()

void google_androidenterprise_api::Product::set_recent_changes ( const StringPiece &  value)
inline

Change the 'recentChanges' attribute.

A description of the recent changes made to the app.

Parameters
[in]valueThe new value.

◆ set_requires_container_app()

void google_androidenterprise_api::Product::set_requires_container_app ( bool  value)
inline

Change the 'requiresContainerApp' attribute.

Deprecated:

Deprecated.

Parameters
[in]valueThe new value.

◆ set_small_icon_url()

void google_androidenterprise_api::Product::set_small_icon_url ( const StringPiece &  value)
inline

Change the 'smallIconUrl' attribute.

A link to a smaller image that can be used as an icon for the product. This image is suitable for use at up to 128px x 128px.

Parameters
[in]valueThe new value.

◆ set_title()

void google_androidenterprise_api::Product::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

The name of the product.

Parameters
[in]valueThe new value.

◆ set_work_details_url()

void google_androidenterprise_api::Product::set_work_details_url ( const StringPiece &  value)
inline

Change the 'workDetailsUrl' attribute.

A link to the managed Google Play details page for the product, for use by an Enterprise admin.

Parameters
[in]valueThe new value.

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