Class ByProjectKeyProductSelectionsByIDPostString

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<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductSelectionsByIDPostString,ProductSelection>
com.commercetools.api.client.ByProjectKeyProductSelectionsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductSelectionsByIDPostString>, Deprecatable200Trait<ByProjectKeyProductSelectionsByIDPostString>, ErrorableTrait<ByProjectKeyProductSelectionsByIDPostString>, ExpandableTrait<ByProjectKeyProductSelectionsByIDPostString>, 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("")
            .execute()