- getAmount() - Method in class com.amazon.device.iap.model.CoinsReward
-
Provides the number of Amazon Coins that a customer may be rewarded after purchasing the associated
Product
.
- getCancelDate() - Method in class com.amazon.device.iap.model.Receipt
-
Returns the cancel date for the purchase, or null if it is not canceled.
- getCoinsReward() - Method in class com.amazon.device.iap.model.Product
-
May be null.
- getDescription() - Method in class com.amazon.device.iap.model.Product
-
Returns the localized description of the product.
- getMarketplace() - Method in class com.amazon.device.iap.model.UserData
-
Returns the two character Alpha-2 code of ISO_3166-1 denoting the marketplace of the user.
- getPrice() - Method in class com.amazon.device.iap.model.Product
-
Returns the price of the product.
- getProductData() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
Returns product data, keyed by SKU.
- getProductData(Set<String>) - Static method in class com.amazon.device.iap.PurchasingService
-
Initiates a request to retrieve item data of up to one-hundred
SKUs.
- getProductType() - Method in class com.amazon.device.iap.model.Product
-
Returns the type of product.
- getProductType() - Method in class com.amazon.device.iap.model.Receipt
-
Returns the type of product.
- getPurchaseDate() - Method in class com.amazon.device.iap.model.Receipt
-
Returns the purchase date for the purchase.
- getPurchaseUpdates(boolean) - Static method in class com.amazon.device.iap.PurchasingService
-
Initiates a request to retrieve updates about items the customer has
purchased and/or canceled.
- getReceipt() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
- getReceiptId() - Method in class com.amazon.device.iap.model.Receipt
-
Returns a receipt ID which is a unique identifier of a purchase.
- getReceipts() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
- getRequestId() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
- getRequestId() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
- getRequestId() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
- getRequestId() - Method in class com.amazon.device.iap.model.UserDataResponse
-
- getRequestStatus() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
Returns the status of the product data request.
- getRequestStatus() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
Returns the status of the purchase request.
- getRequestStatus() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
Returns the status of the request.
- getRequestStatus() - Method in class com.amazon.device.iap.model.UserDataResponse
-
Indicates the status of the getUserData call.
- getSku() - Method in class com.amazon.device.iap.model.Product
-
Returns the stock-keeping unit (SKU) of the product.
- getSku() - Method in class com.amazon.device.iap.model.Receipt
-
Returns the SKU of the purchase.
- getSmallIconUrl() - Method in class com.amazon.device.iap.model.Product
-
Returns the url of the small icon.
- getTitle() - Method in class com.amazon.device.iap.model.Product
-
Returns the localized title of the product.
- getUnavailableSkus() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
- getUserData() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
Returns the user ID and marketplace
information of the user associated with the purchase.
- getUserData() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
Returns the user ID and marketplace
information of the user associated with the purchase.
- getUserData() - Method in class com.amazon.device.iap.model.UserDataResponse
-
Returns the user ID and marketplace
information of the user associated with the purchase.
- getUserData() - Static method in class com.amazon.device.iap.PurchasingService
-
Initiates a request to retrieve the user ID of the currently logged-in user.
- getUserId() - Method in class com.amazon.device.iap.model.UserData
-
Returns the user ID.
- toJSON() - Method in class com.amazon.device.iap.model.Product
-
Returns a JSON object containing the information for an instance of
Product.
- toJSON() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
Utility method to return a JSON object containing the information for a
ProductDataResponse instance.
- toJSON() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
Utility method to return a JSON object containing the information for a
PurchaseResponse instance.
- toJSON() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
Utility method to return a JSON object containing the information for a
PurchaseUpdatesResponse instance.
- toJSON() - Method in class com.amazon.device.iap.model.Receipt
-
Utility method to return a JSON object containing the information for a
Receipt instance.
- toJSON() - Method in class com.amazon.device.iap.model.RequestId
-
Utility method to return a JSON object containing the information for a
RequestId instance.
- toJSON() - Method in class com.amazon.device.iap.model.UserData
-
Utility method to return a JSON object containing the information for a
UserData instance.
- toJSON() - Method in class com.amazon.device.iap.model.UserDataResponse
-
Utility method to return a JSON object containing the information for a
UserDataResponse instance.
- toString() - Method in class com.amazon.device.iap.model.Product
-
Utility method to return a String object that contains the information
for a Product instance.
- toString() - Method in class com.amazon.device.iap.model.ProductDataResponse
-
Utility method to return a String object that contains the information
for a ProductDataResponse instance.
- toString() - Method in class com.amazon.device.iap.model.PurchaseResponse
-
Utility method to return a String object that contains the information
for a PurchaseResponse instance.
- toString() - Method in class com.amazon.device.iap.model.PurchaseUpdatesResponse
-
Utility method to return a String object that contains the information
for a PurchaseUpdatesResponse instance.
- toString() - Method in class com.amazon.device.iap.model.Receipt
-
Utility method to return a String object that contains the information
for a Receipt instance.
- toString() - Method in class com.amazon.device.iap.model.RequestId
-
Returns the encoded string form of the RequestId.
- toString() - Method in class com.amazon.device.iap.model.UserData
-
Utility method to return a String object that contains the information
for a UserData instance.
- toString() - Method in class com.amazon.device.iap.model.UserDataResponse
-
Utility method to return a String object that contains the information
for a UserDataResponse instance.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.FulfillmentResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.ProductDataResponse.RequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.ProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.PurchaseResponse.RequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.PurchaseUpdatesResponse.RequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazon.device.iap.model.UserDataResponse.RequestStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.amazon.device.iap.model.FulfillmentResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazon.device.iap.model.ProductDataResponse.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazon.device.iap.model.ProductType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazon.device.iap.model.PurchaseResponse.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazon.device.iap.model.PurchaseUpdatesResponse.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazon.device.iap.model.UserDataResponse.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.