public class ProductsModule.ExtRxJava
extends io.voucherify.client.module.AbsModule.Rx
| Constructor and Description |
|---|
ExtRxJava() |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<ProductResponse> |
create(Product product) |
io.reactivex.Observable<SKUResponse> |
createSKU(java.lang.String productId,
SKU sku) |
io.reactivex.Observable<Irrelevant> |
delete(java.lang.String id,
DeleteProductParams params) |
io.reactivex.Observable<Irrelevant> |
deleteSKU(java.lang.String productId,
java.lang.String skuId,
DeleteSKUParams params) |
io.reactivex.Observable<ProductResponse> |
get(java.lang.String id) |
io.reactivex.Observable<SKUResponse> |
getSKU(java.lang.String productId,
java.lang.String skuId) |
io.reactivex.Observable<ProductsResponse> |
list(ProductsFilter filter) |
io.reactivex.Observable<SKUsResponse> |
listSKU(java.lang.String productId) |
io.reactivex.Observable<ProductsBulkUpdateResponse> |
update(java.util.List<Product> products) |
io.reactivex.Observable<ProductResponse> |
update(Product product) |
io.reactivex.Observable<SKUResponse> |
updateSKU(java.lang.String productId,
SKU sku) |
public io.reactivex.Observable<ProductResponse> create(Product product)
public io.reactivex.Observable<ProductResponse> get(java.lang.String id)
public io.reactivex.Observable<ProductResponse> update(Product product)
public io.reactivex.Observable<ProductsBulkUpdateResponse> update(java.util.List<Product> products)
public io.reactivex.Observable<ProductsResponse> list(ProductsFilter filter)
public io.reactivex.Observable<Irrelevant> delete(java.lang.String id, DeleteProductParams params)
public io.reactivex.Observable<SKUResponse> createSKU(java.lang.String productId, SKU sku)
public io.reactivex.Observable<SKUResponse> getSKU(java.lang.String productId, java.lang.String skuId)
public io.reactivex.Observable<SKUResponse> updateSKU(java.lang.String productId, SKU sku)
public io.reactivex.Observable<SKUsResponse> listSKU(java.lang.String productId)
public io.reactivex.Observable<Irrelevant> deleteSKU(java.lang.String productId, java.lang.String skuId, DeleteSKUParams params)