target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Monetization.html Maven / Gradle / Ivy
AndroidPublisher.Monetization (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Monetization
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Monetization
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Monetization
extends Object
The "monetization" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Monetization.ConvertRegionPrices
class
AndroidPublisher.Monetization.Subscriptions
The "subscriptions" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Monetization()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Monetization.ConvertRegionPrices
convertRegionPrices(String packageName,
ConvertRegionPricesRequest content)
Calculates the region prices, using today's exchange rate and country-specific pricing patterns,
based on the price in the request for a set of regions.
AndroidPublisher.Monetization.Subscriptions
subscriptions()
An accessor for creating requests from the Subscriptions collection.
-
-
Method Detail
-
convertRegionPrices
public AndroidPublisher.Monetization.ConvertRegionPrices convertRegionPrices(String packageName,
ConvertRegionPricesRequest content)
throws IOException
Calculates the region prices, using today's exchange rate and country-specific pricing patterns,
based on the price in the request for a set of regions.
Create a request for the method "monetization.convertRegionPrices".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
packageName
- Required. The app package name.
content
- the ConvertRegionPricesRequest
- Returns:
- the request
- Throws:
IOException
-
subscriptions
public AndroidPublisher.Monetization.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
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy