target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Purchases.html Maven / Gradle / Ivy
AndroidPublisher.Purchases (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Purchases
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Purchases
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Purchases
extends Object
The "purchases" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Purchases.Products
The "products" collection of methods.
class
AndroidPublisher.Purchases.Subscriptions
The "subscriptions" collection of methods.
class
AndroidPublisher.Purchases.Subscriptionsv2
The "subscriptionsv2" collection of methods.
class
AndroidPublisher.Purchases.Voidedpurchases
The "voidedpurchases" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Purchases()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
AndroidPublisher.Purchases.Subscriptionsv2
subscriptionsv2()
An accessor for creating requests from the Subscriptionsv2 collection.
AndroidPublisher.Purchases.Voidedpurchases
voidedpurchases()
An accessor for creating requests from the Voidedpurchases collection.
-
-
Method Detail
-
products
public AndroidPublisher.Purchases.Products products()
An accessor for creating requests from the Products collection.
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Products.List request = androidpublisher.products().list(parameters ...)
- Returns:
- the resource collection
-
subscriptions
public AndroidPublisher.Purchases.Subscriptions subscriptions()
An accessor for creating requests from the Subscriptions collection.
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Subscriptions.List request = androidpublisher.subscriptions().list(parameters ...)
- Returns:
- the resource collection
-
subscriptionsv2
public AndroidPublisher.Purchases.Subscriptionsv2 subscriptionsv2()
An accessor for creating requests from the Subscriptionsv2 collection.
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Subscriptionsv2.List request = androidpublisher.subscriptionsv2().list(parameters ...)
- Returns:
- the resource collection
-
voidedpurchases
public AndroidPublisher.Purchases.Voidedpurchases voidedpurchases()
An accessor for creating requests from the Voidedpurchases collection.
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Voidedpurchases.List request = androidpublisher.voidedpurchases().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy