Class ByProjectKeyProductSelectionsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyProductSelectionsByIDPost,ProductSelection,ProductSelectionUpdate>
com.commercetools.api.client.ByProjectKeyProductSelectionsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductSelectionsByIDPost>, Deprecatable200Trait<ByProjectKeyProductSelectionsByIDPost>, ErrorableTrait<ByProjectKeyProductSelectionsByIDPost>, ExpandableTrait<ByProjectKeyProductSelectionsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<ProductSelection>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ProductSelection>, io.vrap.rmf.base.client.RequestCommand<ProductSelection>



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