Class ByProjectKeyProductTypesKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductTypesKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductTypesKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductTypesKeyByKeyGet>, ClientRequestCommand<ProductType>, CreateHttpRequestCommand, HttpRequestCommand<ProductType>, RequestCommand<ProductType>



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