public class AndroidPublisher.Applications extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Applications.Pricing
The "pricing" collection of methods.
|
| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Applications.Pricing |
pricing()
An accessor for creating requests from the Pricing collection.
|
public AndroidPublisher.Applications.Pricing pricing()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Pricing.List request = androidpublisher.pricing().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.