public class AndroidPublisher.Applications.DeviceTierConfigs extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Applications.DeviceTierConfigs.Create |
class |
AndroidPublisher.Applications.DeviceTierConfigs.Get |
class |
AndroidPublisher.Applications.DeviceTierConfigs.List |
Constructor and Description |
---|
DeviceTierConfigs() |
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.
|
public AndroidPublisher.Applications.DeviceTierConfigs.Create create(String packageName, DeviceTierConfig content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.content
- the DeviceTierConfig
IOException
public AndroidPublisher.Applications.DeviceTierConfigs.Get get(String packageName, Long deviceTierConfigId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.deviceTierConfigId
- Required. Id of an existing device tier config.IOException
public AndroidPublisher.Applications.DeviceTierConfigs.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.IOException
Copyright © 2011–2025 Google. All rights reserved.