Class ByProjectKeyProductSelectionsKeyByKeyPostString

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<ByProjectKeyProductSelectionsKeyByKeyPostString,ProductSelection>
com.commercetools.api.client.ByProjectKeyProductSelectionsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductSelectionsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyProductSelectionsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyProductSelectionsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyProductSelectionsKeyByKeyPostString>, 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("")
            .execute()