public class AndroidPublisher.Apprecovery extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Apprecovery.AddTargeting | 
| class  | AndroidPublisher.Apprecovery.AppRecoveries | 
| class  | AndroidPublisher.Apprecovery.Cancel | 
| class  | AndroidPublisher.Apprecovery.Create | 
| class  | AndroidPublisher.Apprecovery.Deploy | 
| Constructor and Description | 
|---|
| Apprecovery() | 
| Modifier and Type | Method and Description | 
|---|---|
| AndroidPublisher.Apprecovery.AddTargeting | addTargeting(String packageName,
            Long appRecoveryId,
            AddTargetingRequest content)Incrementally update targeting for a recovery action. | 
| AndroidPublisher.Apprecovery.AppRecoveries | appRecoveries(String packageName)List all app recovery action resources associated with a particular package name and app version. | 
| AndroidPublisher.Apprecovery.Cancel | cancel(String packageName,
      Long appRecoveryId,
      CancelAppRecoveryRequest content)Cancel an already executing app recovery action. | 
| AndroidPublisher.Apprecovery.Create | create(String packageName,
      CreateDraftAppRecoveryRequest content)Create an app recovery action with recovery status as DRAFT. | 
| AndroidPublisher.Apprecovery.Deploy | deploy(String packageName,
      Long appRecoveryId,
      DeployAppRecoveryRequest content)Deploy an already created app recovery action with recovery status DRAFT. | 
public AndroidPublisher.Apprecovery.AddTargeting addTargeting(String packageName, Long appRecoveryId, AddTargetingRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.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 AddTargetingRequestIOExceptionpublic AndroidPublisher.Apprecovery.AppRecoveries appRecoveries(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.packageName - Required. Package name of the app for which list of recovery actions is requested.IOExceptionpublic AndroidPublisher.Apprecovery.Cancel cancel(String packageName, Long appRecoveryId, CancelAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 CancelAppRecoveryRequestIOExceptionpublic AndroidPublisher.Apprecovery.Create create(String packageName, CreateDraftAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Required. Package name of the app on which recovery action is performed.content - the CreateDraftAppRecoveryRequestIOExceptionpublic AndroidPublisher.Apprecovery.Deploy deploy(String packageName, Long appRecoveryId, DeployAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 DeployAppRecoveryRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.