Class ShopCategoryPropertyKeyService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.ShopCategoryPropertyKeyService
-
public class ShopCategoryPropertyKeyService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description ShopCategoryPropertyKeyService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCollection<ShopCategoryPropertyKey>all()ApiCollection<ShopCategoryPropertyKey>all(ApiOptions options)ShopCategoryPropertyKeycreate(ShopCategoryPropertyKey model)ShopCategoryPropertyKeycreate(ShopCategoryPropertyKey model, ApiOptions options)voiddelete(java.lang.String shopCategoryPropertyKey)voiddelete(java.lang.String shopCategoryPropertyKey, ApiOptions options)ShopCategoryPropertyKeyget(java.lang.String shopCategoryPropertyKey)ShopCategoryPropertyKeyget(java.lang.String shopCategoryPropertyKey, ApiOptions options)ShopCategoryPropertyKeyupdate(java.lang.String shopCategoryPropertyKey, ShopCategoryPropertyKey model)ShopCategoryPropertyKeyupdate(java.lang.String shopCategoryPropertyKey, ShopCategoryPropertyKey model, ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
ShopCategoryPropertyKeyService
public ShopCategoryPropertyKeyService(HttpClient httpClient)
-
-
Method Detail
-
create
public ShopCategoryPropertyKey create(ShopCategoryPropertyKey model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
create
public ShopCategoryPropertyKey create(ShopCategoryPropertyKey model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
get
public ShopCategoryPropertyKey get(java.lang.String shopCategoryPropertyKey) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
get
public ShopCategoryPropertyKey get(java.lang.String shopCategoryPropertyKey, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
all
public ApiCollection<ShopCategoryPropertyKey> all() throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
all
public ApiCollection<ShopCategoryPropertyKey> all(ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
update
public ShopCategoryPropertyKey update(java.lang.String shopCategoryPropertyKey, ShopCategoryPropertyKey model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
update
public ShopCategoryPropertyKey update(java.lang.String shopCategoryPropertyKey, ShopCategoryPropertyKey model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.lang.String shopCategoryPropertyKey) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.lang.String shopCategoryPropertyKey, ApiOptions options) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
-