Class ByProjectKeyTaxCategoriesGet

All Implemented Interfaces:
ByProjectKeyTaxCategoriesGetMixin, Deprecatable200Trait<ByProjectKeyTaxCategoriesGet>, ErrorableTrait<ByProjectKeyTaxCategoriesGet>, ExpandableTrait<ByProjectKeyTaxCategoriesGet>, PagedQueryResourceRequest<ByProjectKeyTaxCategoriesGet,TaxCategoryPagedQueryResponse,com.commercetools.api.predicates.query.tax_category.TaxCategoryQueryBuilderDsl>, PagingTrait<ByProjectKeyTaxCategoriesGet>, QueryTrait<ByProjectKeyTaxCategoriesGet>, SimplePagedQueryResourceRequest<ByProjectKeyTaxCategoriesGet,TaxCategoryPagedQueryResponse,com.commercetools.api.predicates.query.tax_category.TaxCategoryQueryBuilderDsl>, SortableTrait<ByProjectKeyTaxCategoriesGet>, ClientRequestCommand<TaxCategoryPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<TaxCategoryPagedQueryResponse>, RequestCommand<TaxCategoryPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.tax_category.TaxCategoryPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .taxCategories()
            .get()
            .execute()