Class ByProjectKeyTaxCategoriesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTaxCategoriesGet,TaxCategoryPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyTaxCategoriesGet
All Implemented Interfaces:
ByProjectKeyTaxCategoriesGetMixin, Deprecatable200Trait<ByProjectKeyTaxCategoriesGet>, ErrorableTrait<ByProjectKeyTaxCategoriesGet>, ExpandableTrait<ByProjectKeyTaxCategoriesGet>, PagedQueryResourceRequest<ByProjectKeyTaxCategoriesGet,TaxCategoryPagedQueryResponse,TaxCategoryQueryBuilderDsl>, PagingTrait<ByProjectKeyTaxCategoriesGet>, QueryTrait<ByProjectKeyTaxCategoriesGet>, SortableTrait<ByProjectKeyTaxCategoriesGet>, PagedQueryResourceRequest<ByProjectKeyTaxCategoriesGet,TaxCategoryPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<TaxCategoryPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<TaxCategoryPagedQueryResponse>



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