Class ByProjectKeyProductSelectionsKeyByKeyGet

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