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

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Apprecovery.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240509-2.0.0
Show newest version






AndroidPublisher.Apprecovery (Google Play Android Developer API v3-rev20240328-2.0.0)












com.google.api.services.androidpublisher

Class AndroidPublisher.Apprecovery

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Apprecovery
  • Enclosing class:
    AndroidPublisher


    public class AndroidPublisher.Apprecovery
    extends Object
    The "apprecovery" collection of methods.
    • Constructor Detail

      • Apprecovery

        public Apprecovery()
    • Method Detail

      • addTargeting

        public AndroidPublisher.Apprecovery.AddTargeting addTargeting(String packageName,
                                                                      Long appRecoveryId,
                                                                      AddTargetingRequest content)
                                                               throws IOException
        Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded. Create a request for the method "apprecovery.addTargeting". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Required. Package name of the app for which recovery action is to be updated.
        appRecoveryId - Required. ID corresponding to the app recovery action.
        content - the AddTargetingRequest
        Returns:
        the request
        Throws:
        IOException
      • appRecoveries

        public AndroidPublisher.Apprecovery.AppRecoveries appRecoveries(String packageName)
                                                                 throws IOException
        List all app recovery action resources associated with a particular package name and app version. Create a request for the method "apprecovery.appRecoveries". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Required. Package name of the app for which list of recovery actions is requested.
        Returns:
        the request
        Throws:
        IOException
      • cancel

        public AndroidPublisher.Apprecovery.Cancel cancel(String packageName,
                                                          Long appRecoveryId,
                                                          CancelAppRecoveryRequest content)
                                                   throws IOException
        Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED. Create a request for the method "apprecovery.cancel". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Required. Package name of the app for which recovery action cancellation is requested.
        appRecoveryId - Required. ID corresponding to the app recovery action.
        content - the CancelAppRecoveryRequest
        Returns:
        the request
        Throws:
        IOException
      • create

        public AndroidPublisher.Apprecovery.Create create(String packageName,
                                                          CreateDraftAppRecoveryRequest content)
                                                   throws IOException
        Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action. Create a request for the method "apprecovery.create". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Required. Package name of the app on which recovery action is performed.
        content - the CreateDraftAppRecoveryRequest
        Returns:
        the request
        Throws:
        IOException
      • deploy

        public AndroidPublisher.Apprecovery.Deploy deploy(String packageName,
                                                          Long appRecoveryId,
                                                          DeployAppRecoveryRequest content)
                                                   throws IOException
        Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE. Create a request for the method "apprecovery.deploy". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Required. Package name of the app for which recovery action is deployed.
        appRecoveryId - Required. ID corresponding to the app recovery action to deploy.
        content - the DeployAppRecoveryRequest
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy