Class ByProjectKeyProductSelectionsKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyProductSelectionsKeyByKeyPost,ProductSelection,ProductSelectionUpdate>
com.commercetools.api.client.ByProjectKeyProductSelectionsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductSelectionsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyProductSelectionsKeyByKeyPost>, ErrorableTrait<ByProjectKeyProductSelectionsKeyByKeyPost>, ExpandableTrait<ByProjectKeyProductSelectionsKeyByKeyPost>, 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()
            .withKey("{key}")
            .post(null)
            .execute()