Class ShopCategoryProductSetUnlinkInstructionService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.ShopCategoryProductSetUnlinkInstructionService
-
public class ShopCategoryProductSetUnlinkInstructionService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description ShopCategoryProductSetUnlinkInstructionService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidunlink(java.lang.String shopKey, java.lang.Integer productSetId, ShopCategoryProductSetUnlinkInstruction model)voidunlink(java.lang.String shopKey, java.lang.Integer productSetId, ShopCategoryProductSetUnlinkInstruction model, ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
ShopCategoryProductSetUnlinkInstructionService
public ShopCategoryProductSetUnlinkInstructionService(HttpClient httpClient)
-
-
Method Detail
-
unlink
public void unlink(java.lang.String shopKey, java.lang.Integer productSetId, ShopCategoryProductSetUnlinkInstruction model) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
unlink
public void unlink(java.lang.String shopKey, java.lang.Integer productSetId, ShopCategoryProductSetUnlinkInstruction model, ApiOptions options) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
-