Package com.commercetools.api.client
Interface ByProjectKeyShippingMethodsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyShippingMethodsRequestBuilder
public interface ByProjectKeyShippingMethodsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyShippingMethodsPost
create
(ShippingMethodDraft shippingMethodDraft) default ByProjectKeyShippingMethodsPost
delete
(Versioned<ShippingMethod> shippingMethod) post
(ShippingMethodDraft shippingMethodDraft) default WithUpdateActionBuilder<ShippingMethodUpdateAction,
ShippingMethodUpdateActionBuilder, ByProjectKeyShippingMethodsByIDPost> update
(Versioned<ShippingMethod> shippingMethod) update
(Versioned<ShippingMethod> shippingMethod, UnaryOperator<UpdateActionBuilder<ShippingMethodUpdateAction, ShippingMethodUpdateActionBuilder>> op) update
(Versioned<ShippingMethod> shippingMethod, List<ShippingMethodUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyShippingMethodsByIDPost update(Versioned<ShippingMethod> shippingMethod, List<ShippingMethodUpdateAction> actions) -
update
default ByProjectKeyShippingMethodsByIDPost update(Versioned<ShippingMethod> shippingMethod, UnaryOperator<UpdateActionBuilder<ShippingMethodUpdateAction, ShippingMethodUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<ShippingMethodUpdateAction,ShippingMethodUpdateActionBuilder, updateByProjectKeyShippingMethodsByIDPost> (Versioned<ShippingMethod> shippingMethod) -
delete
-
create
-
create
-