public class AndroidPublisher.Purchases extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Purchases.Products
The "products" collection of methods.
|
class |
AndroidPublisher.Purchases.Subscriptions
The "subscriptions" collection of methods.
|
Constructor and Description |
---|
AndroidPublisher.Purchases() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Purchases.Products |
products()
An accessor for creating requests from the Products collection.
|
AndroidPublisher.Purchases.Subscriptions |
subscriptions()
An accessor for creating requests from the Subscriptions collection.
|
public AndroidPublisher.Purchases.Products products()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Products.List request = androidpublisher.products().list(parameters ...)
public AndroidPublisher.Purchases.Subscriptions subscriptions()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Subscriptions.List request = androidpublisher.subscriptions().list(parameters ...)