Class ByProjectKeyTaxCategoriesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTaxCategoriesByIDGet,TaxCategory>
com.commercetools.api.client.ByProjectKeyTaxCategoriesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTaxCategoriesByIDGet>, ErrorableTrait<ByProjectKeyTaxCategoriesByIDGet>, ExpandableTrait<ByProjectKeyTaxCategoriesByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<TaxCategory>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<TaxCategory>



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