Class ByProjectKeyProductSelectionsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductSelectionsPostString,ProductSelection>
com.commercetools.api.client.ByProjectKeyProductSelectionsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductSelectionsPostString>, ErrorableTrait<ByProjectKeyProductSelectionsPostString>, ExpandableTrait<ByProjectKeyProductSelectionsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ProductSelection>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductSelection>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_selection.ProductSelection>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productSelections()
            .post("")
            .execute()