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

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

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






AndroidPublisher.Applications.DeviceTierConfigs (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher

Class AndroidPublisher.Applications.DeviceTierConfigs

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Applications.DeviceTierConfigs
    • Constructor Detail

      • DeviceTierConfigs

        public DeviceTierConfigs()
    • Method Detail

      • create

        public AndroidPublisher.Applications.DeviceTierConfigs.Create create(String packageName,
                                                                             DeviceTierConfig content)
                                                                      throws IOException
        Creates a new device tier config for an app. Create a request for the method "deviceTierConfigs.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 - Package name of the app.
        content - the DeviceTierConfig
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidPublisher.Applications.DeviceTierConfigs.Get get(String packageName,
                                                                       Long deviceTierConfigId)
                                                                throws IOException
        Returns a particular device tier config. Create a request for the method "deviceTierConfigs.get". 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 - Package name of the app.
        deviceTierConfigId - Required. Id of an existing device tier config.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidPublisher.Applications.DeviceTierConfigs.List list(String packageName)
                                                                  throws IOException
        Returns created device tier configs, ordered by descending creation time. Create a request for the method "deviceTierConfigs.list". 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 - Package name of the app.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy