Class ByProjectKeyProductSelectionsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductSelectionsByIDGet,ProductSelection>
com.commercetools.api.client.ByProjectKeyProductSelectionsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductSelectionsByIDGet>, ErrorableTrait<ByProjectKeyProductSelectionsByIDGet>, ExpandableTrait<ByProjectKeyProductSelectionsByIDGet>, 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()
            .withId("{ID}")
            .get()
            .execute()