Class ByProjectKeyCategoriesGet

All Implemented Interfaces:
ByProjectKeyCategoriesGetMixin, Deprecatable200Trait<ByProjectKeyCategoriesGet>, ErrorableTrait<ByProjectKeyCategoriesGet>, ExpandableTrait<ByProjectKeyCategoriesGet>, PagedQueryResourceRequest<ByProjectKeyCategoriesGet,CategoryPagedQueryResponse,com.commercetools.api.predicates.query.category.CategoryQueryBuilderDsl>, PagingTrait<ByProjectKeyCategoriesGet>, QueryTrait<ByProjectKeyCategoriesGet>, SimplePagedQueryResourceRequest<ByProjectKeyCategoriesGet,CategoryPagedQueryResponse,com.commercetools.api.predicates.query.category.CategoryQueryBuilderDsl>, SortableTrait<ByProjectKeyCategoriesGet>, ClientRequestCommand<CategoryPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CategoryPagedQueryResponse>, RequestCommand<CategoryPagedQueryResponse>

Either the scope view_products:{projectKey} or view_categories:{projectKey} is required.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.category.CategoryPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .categories()
            .get()
            .execute()