Package | Description |
---|---|
com.amazon.ask.model.services.monetization |
Modifier and Type | Method and Description |
---|---|
static PurchasableState |
PurchasableState.fromValue(String text) |
PurchasableState |
InSkillProduct.getPurchasable()
Get purchasable
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static PurchasableState |
PurchasableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurchasableState[] |
PurchasableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InSkillProduct.Builder |
InSkillProduct.Builder.withPurchasable(PurchasableState purchasable) |
Copyright © 2023. All rights reserved.