Class ByProjectKeyProductTypesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductTypesByIDGet,ProductType>
com.commercetools.api.client.ByProjectKeyProductTypesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductTypesByIDGet>, ErrorableTrait<ByProjectKeyProductTypesByIDGet>, ExpandableTrait<ByProjectKeyProductTypesByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductType>, io.vrap.rmf.base.client.RequestCommand<ProductType>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_type.ProductType>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTypes()
            .withId("{ID}")
            .get()
            .execute()