target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Applications.DeviceTierConfigs.html Maven / Gradle / Ivy
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
-
- Enclosing class:
- AndroidPublisher.Applications
public class AndroidPublisher.Applications.DeviceTierConfigs
extends Object
The "deviceTierConfigs" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Applications.DeviceTierConfigs.Create
class
AndroidPublisher.Applications.DeviceTierConfigs.Get
class
AndroidPublisher.Applications.DeviceTierConfigs.List
-
Constructor Summary
Constructors
Constructor and Description
DeviceTierConfigs()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Applications.DeviceTierConfigs.Create
create(String packageName,
DeviceTierConfig content)
Creates a new device tier config for an app.
AndroidPublisher.Applications.DeviceTierConfigs.Get
get(String packageName,
Long deviceTierConfigId)
Returns a particular device tier config.
AndroidPublisher.Applications.DeviceTierConfigs.List
list(String packageName)
Returns created device tier configs, ordered by descending creation time.
-
-
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