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

target.apidocs.com.google.api.services.androidpublisher.model.ListAppRecoveriesResponse.html Maven / Gradle / Ivy

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






ListAppRecoveriesResponse (Google Play Android Developer API v3-rev20240318-2.0.0)












com.google.api.services.androidpublisher.model

Class ListAppRecoveriesResponse

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


    public final class ListAppRecoveriesResponse
    extends com.google.api.client.json.GenericJson
    Response message for ListAppRecoveries. -- api-linter: core::0158::response-next-page-token- field=disabled

    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 Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • ListAppRecoveriesResponse

        public ListAppRecoveriesResponse()
    • Method Detail

      • getRecoveryActions

        public List<AppRecoveryAction> getRecoveryActions()
        List of recovery actions associated with the requested package name.
        Returns:
        value or null for none
      • setRecoveryActions

        public ListAppRecoveriesResponse setRecoveryActions(List<AppRecoveryAction> recoveryActions)
        List of recovery actions associated with the requested package name.
        Parameters:
        recoveryActions - recoveryActions or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy