Class ByProjectKeyTypesGet

All Implemented Interfaces:
ByProjectKeyTypesGetMixin, Deprecatable200Trait<ByProjectKeyTypesGet>, ErrorableTrait<ByProjectKeyTypesGet>, ExpandableTrait<ByProjectKeyTypesGet>, PagedQueryResourceRequest<ByProjectKeyTypesGet,TypePagedQueryResponse,com.commercetools.api.predicates.query.type.TypeQueryBuilderDsl>, PagingTrait<ByProjectKeyTypesGet>, QueryTrait<ByProjectKeyTypesGet>, SimplePagedQueryResourceRequest<ByProjectKeyTypesGet,TypePagedQueryResponse,com.commercetools.api.predicates.query.type.TypeQueryBuilderDsl>, SortableTrait<ByProjectKeyTypesGet>, ClientRequestCommand<TypePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<TypePagedQueryResponse>, RequestCommand<TypePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.TypePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .get()
            .execute()