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