public interface MonetizationService
Modifier and Type | Method and Description |
---|---|
com.amazon.ask.model.services.ApiResponse<InSkillProduct> |
callGetInSkillProduct(String acceptLanguage,
String productId) |
com.amazon.ask.model.services.ApiResponse<InSkillProductsResponse> |
callGetInSkillProducts(String acceptLanguage,
String purchasable,
String entitled,
String productType,
String nextToken,
BigDecimal maxResults) |
com.amazon.ask.model.services.ApiResponse<InSkillProductTransactionsResponse> |
callGetInSkillProductsTransactions(String acceptLanguage,
String productId,
String status,
OffsetDateTime fromLastModifiedTime,
OffsetDateTime toLastModifiedTime,
String nextToken,
BigDecimal maxResults) |
com.amazon.ask.model.services.ApiResponse<Boolean> |
callGetVoicePurchaseSetting() |
InSkillProduct |
getInSkillProduct(String acceptLanguage,
String productId) |
InSkillProductsResponse |
getInSkillProducts(String acceptLanguage,
String purchasable,
String entitled,
String productType,
String nextToken,
BigDecimal maxResults) |
InSkillProductTransactionsResponse |
getInSkillProductsTransactions(String acceptLanguage,
String productId,
String status,
OffsetDateTime fromLastModifiedTime,
OffsetDateTime toLastModifiedTime,
String nextToken,
BigDecimal maxResults) |
Boolean |
getVoicePurchaseSetting() |
InSkillProductsResponse getInSkillProducts(String acceptLanguage, String purchasable, String entitled, String productType, String nextToken, BigDecimal maxResults) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ApiResponse<InSkillProductsResponse> callGetInSkillProducts(String acceptLanguage, String purchasable, String entitled, String productType, String nextToken, BigDecimal maxResults) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
InSkillProduct getInSkillProduct(String acceptLanguage, String productId) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ApiResponse<InSkillProduct> callGetInSkillProduct(String acceptLanguage, String productId) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
InSkillProductTransactionsResponse getInSkillProductsTransactions(String acceptLanguage, String productId, String status, OffsetDateTime fromLastModifiedTime, OffsetDateTime toLastModifiedTime, String nextToken, BigDecimal maxResults) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ApiResponse<InSkillProductTransactionsResponse> callGetInSkillProductsTransactions(String acceptLanguage, String productId, String status, OffsetDateTime fromLastModifiedTime, OffsetDateTime toLastModifiedTime, String nextToken, BigDecimal maxResults) throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
Boolean getVoicePurchaseSetting() throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ApiResponse<Boolean> callGetVoicePurchaseSetting() throws com.amazon.ask.model.services.ServiceException
com.amazon.ask.model.services.ServiceException
Copyright © 2023. All rights reserved.