public class AndroidPublisher.Inappproducts
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Inappproducts.Delete |
class |
AndroidPublisher.Inappproducts.Get |
class |
AndroidPublisher.Inappproducts.Insert |
class |
AndroidPublisher.Inappproducts.List |
class |
AndroidPublisher.Inappproducts.Patch |
class |
AndroidPublisher.Inappproducts.Update |
Constructor and Description |
---|
Inappproducts() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Inappproducts.Delete |
delete(java.lang.String packageName,
java.lang.String sku)
Delete an in-app product for an app.
|
AndroidPublisher.Inappproducts.Get |
get(java.lang.String packageName,
java.lang.String sku)
Returns information about the in-app product specified.
|
AndroidPublisher.Inappproducts.Insert |
insert(java.lang.String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
AndroidPublisher.Inappproducts.List |
list(java.lang.String packageName)
List all the in-app products for an Android app, both subscriptions and managed in-app products..
|
AndroidPublisher.Inappproducts.Patch |
patch(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
AndroidPublisher.Inappproducts.Update |
update(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
public AndroidPublisher.Inappproducts.Delete delete(java.lang.String packageName, java.lang.String sku) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.java.io.IOException
public AndroidPublisher.Inappproducts.Get get(java.lang.String packageName, java.lang.String sku) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- sku
- Unique identifier for the in-app product.java.io.IOException
public AndroidPublisher.Inappproducts.Insert insert(java.lang.String packageName, InAppProduct content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app; for example, "com.spiffygame".content
- the InAppProduct
java.io.IOException
public AndroidPublisher.Inappproducts.List list(java.lang.String packageName) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with in-app products; for example, "com.spiffygame".java.io.IOException
public AndroidPublisher.Inappproducts.Patch patch(java.lang.String packageName, java.lang.String sku, InAppProduct content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.content
- the InAppProduct
java.io.IOException
public AndroidPublisher.Inappproducts.Update update(java.lang.String packageName, java.lang.String sku, InAppProduct content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.content
- the InAppProduct
java.io.IOException