Class ByProjectKeyProductTypesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductTypesGet
All Implemented Interfaces:
ByProjectKeyProductTypesGetMixin, Deprecatable200Trait<ByProjectKeyProductTypesGet>, ErrorableTrait<ByProjectKeyProductTypesGet>, ExpandableTrait<ByProjectKeyProductTypesGet>, PagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse,ProductTypeQueryBuilderDsl>, PagingTrait<ByProjectKeyProductTypesGet>, QueryTrait<ByProjectKeyProductTypesGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse,ProductTypeQueryBuilderDsl>, SortableTrait<ByProjectKeyProductTypesGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductTypePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductTypePagedQueryResponse>



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