Package io.voucherify.client.module
Class ProductsModule.ExtAsync
java.lang.Object
io.voucherify.client.module.AbsModule.Async
io.voucherify.client.module.ProductsModule.ExtAsync
- Enclosing class:
- ProductsModule
public class ProductsModule.ExtAsync
extends io.voucherify.client.module.AbsModule.Async
-
Constructor Summary
Constructors Constructor Description ExtAsync() -
Method Summary
Modifier and Type Method Description voidcreate(Product product, VoucherifyCallback<ProductResponse> callback)voidcreateSKU(java.lang.String productId, SKU sku, VoucherifyCallback<SKUResponse> callback)voiddelete(java.lang.String id, DeleteProductParams params, VoucherifyCallback<Irrelevant> callback)voiddeleteSKU(java.lang.String productId, java.lang.String skuId, DeleteSKUParams params, VoucherifyCallback<Irrelevant> callback)voidget(java.lang.String id, VoucherifyCallback<ProductResponse> callback)voidgetSKU(java.lang.String productId, java.lang.String skuId, VoucherifyCallback<SKUResponse> callback)voidlist(ProductsFilter filter, VoucherifyCallback<ProductsResponse> callback)voidlistSKU(java.lang.String productId, VoucherifyCallback<SKUsResponse> callback)voidupdate(Product product, VoucherifyCallback<ProductResponse> callback)voidupdateSKU(java.lang.String productId, SKU sku, VoucherifyCallback<SKUResponse> callback)
-
Constructor Details
-
ExtAsync
public ExtAsync()
-
-
Method Details
-
create
-
get
-
update
-
list
-
delete
public void delete(java.lang.String id, DeleteProductParams params, VoucherifyCallback<Irrelevant> callback) -
createSKU
public void createSKU(java.lang.String productId, SKU sku, VoucherifyCallback<SKUResponse> callback) -
getSKU
public void getSKU(java.lang.String productId, java.lang.String skuId, VoucherifyCallback<SKUResponse> callback) -
updateSKU
public void updateSKU(java.lang.String productId, SKU sku, VoucherifyCallback<SKUResponse> callback) -
listSKU
-
deleteSKU
public void deleteSKU(java.lang.String productId, java.lang.String skuId, DeleteSKUParams params, VoucherifyCallback<Irrelevant> callback)
-