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 DeviceTierConfigIOExceptionpublic 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.IOExceptionpublic AndroidPublisher.Applications.DeviceTierConfigs.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.IOExceptionCopyright © 2011–2024 Google. All rights reserved.