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