Class ByProjectKeyCategoriesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCategoriesGet,CategoryPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCategoriesGet
All Implemented Interfaces:
ByProjectKeyCategoriesGetMixin, Deprecatable200Trait<ByProjectKeyCategoriesGet>, ErrorableTrait<ByProjectKeyCategoriesGet>, ExpandableTrait<ByProjectKeyCategoriesGet>, PagedQueryResourceRequest<ByProjectKeyCategoriesGet,CategoryPagedQueryResponse,CategoryQueryBuilderDsl>, PagingTrait<ByProjectKeyCategoriesGet>, QueryTrait<ByProjectKeyCategoriesGet>, SimplePagedQueryResourceRequest<ByProjectKeyCategoriesGet,CategoryPagedQueryResponse,CategoryQueryBuilderDsl>, SortableTrait<ByProjectKeyCategoriesGet>, io.vrap.rmf.base.client.ClientRequestCommand<CategoryPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.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()