Class ByProjectKeyProductSelectionsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyProductSelectionsPost,ProductSelection,ProductSelectionDraft>
com.commercetools.api.client.ByProjectKeyProductSelectionsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductSelectionsPost>, ErrorableTrait<ByProjectKeyProductSelectionsPost>, ExpandableTrait<ByProjectKeyProductSelectionsPost>, 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(null)
            .execute()