Class ByProjectKeyProductTypesGet

All Implemented Interfaces:
ByProjectKeyProductTypesGetMixin, Deprecatable200Trait<ByProjectKeyProductTypesGet>, ErrorableTrait<ByProjectKeyProductTypesGet>, ExpandableTrait<ByProjectKeyProductTypesGet>, PagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse,com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl>, PagingTrait<ByProjectKeyProductTypesGet>, QueryTrait<ByProjectKeyProductTypesGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse,com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl>, SortableTrait<ByProjectKeyProductTypesGet>, ClientRequestCommand<ProductTypePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductTypePagedQueryResponse>, RequestCommand<ProductTypePagedQueryResponse>



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