All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidenterprise.model.AppUpdateEvent.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241113-2.0.0
Show newest version






AppUpdateEvent (Google Play EMM API v1-rev20210723-1.32.1)












com.google.api.services.androidenterprise.model

Class AppUpdateEvent

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class AppUpdateEvent
    extends GenericJson
    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.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • AppUpdateEvent

        public AppUpdateEvent()
    • Method Detail

      • getProductId

        public String getProductId()
        The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present.
        Returns:
        value or null for none
      • setProductId

        public AppUpdateEvent setProductId(String productId)
        The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present.
        Parameters:
        productId - productId or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy