Class ShopWarehouseService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.ShopWarehouseService
-
public class ShopWarehouseService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description ShopWarehouseService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShopWarehousecreate(java.lang.String shopKey, ShopWarehouse model)ShopWarehousecreate(java.lang.String shopKey, ShopWarehouse model, ApiOptions options)voiddelete(java.lang.String shopKey, Identifier shopWarehouseIdentifier)voiddelete(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ApiOptions options)ShopWarehouseupdate(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ShopWarehouse model)ShopWarehouseupdate(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ShopWarehouse model, ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
ShopWarehouseService
public ShopWarehouseService(HttpClient httpClient)
-
-
Method Detail
-
create
public ShopWarehouse create(java.lang.String shopKey, ShopWarehouse model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
create
public ShopWarehouse create(java.lang.String shopKey, ShopWarehouse model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
update
public ShopWarehouse update(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ShopWarehouse model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
update
public ShopWarehouse update(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ShopWarehouse model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.lang.String shopKey, Identifier shopWarehouseIdentifier) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.lang.String shopKey, Identifier shopWarehouseIdentifier, ApiOptions options) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
-