Package com.commercetools.api.client
Interface ByProjectKeyStagedQuotesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyStagedQuotesRequestBuilder
public interface ByProjectKeyStagedQuotesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyStagedQuotesPostcreate(StagedQuoteDraft stagedQuoteDraft) default ByProjectKeyStagedQuotesPostdelete(Versioned<StagedQuote> stagedQuote) post(StagedQuoteDraft stagedQuoteDraft) default WithUpdateActionBuilder<StagedQuoteUpdateAction,StagedQuoteUpdateActionBuilder, ByProjectKeyStagedQuotesByIDPost> update(Versioned<StagedQuote> stagedQuote) default ByProjectKeyStagedQuotesByIDPostupdate(Versioned<StagedQuote> stagedQuote, UnaryOperator<UpdateActionBuilder<StagedQuoteUpdateAction, StagedQuoteUpdateActionBuilder>> op) default ByProjectKeyStagedQuotesByIDPostupdate(Versioned<StagedQuote> stagedQuote, List<StagedQuoteUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyStagedQuotesByIDPost update(Versioned<StagedQuote> stagedQuote, List<StagedQuoteUpdateAction> actions) -
update
default ByProjectKeyStagedQuotesByIDPost update(Versioned<StagedQuote> stagedQuote, UnaryOperator<UpdateActionBuilder<StagedQuoteUpdateAction, StagedQuoteUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<StagedQuoteUpdateAction,StagedQuoteUpdateActionBuilder, updateByProjectKeyStagedQuotesByIDPost> (Versioned<StagedQuote> stagedQuote) -
delete
-
create
-
create
-