Package com.commercetools.api.client
Interface ByProjectKeyTaxCategoriesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyTaxCategoriesRequestBuilder
public interface ByProjectKeyTaxCategoriesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyTaxCategoriesPost
create
(TaxCategoryDraft taxCategoryDraft) default ByProjectKeyTaxCategoriesPost
delete
(Versioned<TaxCategory> taxCategory) post
(TaxCategoryDraft taxCategoryDraft) default WithUpdateActionBuilder<TaxCategoryUpdateAction,
TaxCategoryUpdateActionBuilder, ByProjectKeyTaxCategoriesByIDPost> update
(Versioned<TaxCategory> taxCategory) update
(Versioned<TaxCategory> taxCategory, UnaryOperator<UpdateActionBuilder<TaxCategoryUpdateAction, TaxCategoryUpdateActionBuilder>> op) update
(Versioned<TaxCategory> taxCategory, List<TaxCategoryUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyTaxCategoriesByIDPost update(Versioned<TaxCategory> taxCategory, List<TaxCategoryUpdateAction> actions) -
update
default ByProjectKeyTaxCategoriesByIDPost update(Versioned<TaxCategory> taxCategory, UnaryOperator<UpdateActionBuilder<TaxCategoryUpdateAction, TaxCategoryUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<TaxCategoryUpdateAction,TaxCategoryUpdateActionBuilder, updateByProjectKeyTaxCategoriesByIDPost> (Versioned<TaxCategory> taxCategory) -
delete
-
create
-
create
-