androidenterprise
v1
|
#include <app_update_event.h>
Public Member Functions | |
AppUpdateEvent (const Json::Value &storage) | |
AppUpdateEvent (Json::Value *storage) | |
virtual | ~AppUpdateEvent () |
const StringPiece | GetTypeName () const |
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 AppUpdateEvent * | New () |
An event generated when a new version of an app is uploaded to Google Play. Notifications are sent for new public versions only: alpha, beta, or canary versions do not generate this event. To fetch up-to-date version history for an app, use Products.Get on the EMM API.
|
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 'productId
' attribute.
|
inline |
Get the value of the 'productId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'productId
' attribute was set.
productId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'productId
' attribute.
The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present.
[in] | value | The new value. |