Class ByProjectKeyTaxCategoriesKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTaxCategoriesKeyByKeyGet,TaxCategory>
com.commercetools.api.client.ByProjectKeyTaxCategoriesKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTaxCategoriesKeyByKeyGet>, ErrorableTrait<ByProjectKeyTaxCategoriesKeyByKeyGet>, ExpandableTrait<ByProjectKeyTaxCategoriesKeyByKeyGet>, 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()
            .withKey("{key}")
            .get()
            .execute()