Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyProductsRequestBuilder
java.lang.Object
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyProductsRequestBuilder
-
Constructor Summary
ConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyProductsRequestBuilder
(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
Method Summary
Modifier and TypeMethodDescriptionwithProductId
(String productID) withProductKey
(String productKey)
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyProductsRequestBuilder
public ByProjectKeyInStoreKeyByStoreKeyProductsRequestBuilder(ApiHttpClient apiHttpClient, String projectKey, String storeKey)
-
-
Method Details
-
withProductId
public ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDRequestBuilder withProductId(String productID) -
withProductKey
public ByProjectKeyInStoreKeyByStoreKeyProductsKeyByProductKeyRequestBuilder withProductKey(String productKey)
-