Package com.commercetools.api.client
Interface ByProjectKeyStagedQuotesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyStagedQuotesRequestBuilder
public interface ByProjectKeyStagedQuotesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyStagedQuotesPost
create
(StagedQuoteDraft stagedQuoteDraft) default ByProjectKeyStagedQuotesPost
delete
(Versioned<StagedQuote> stagedQuote) post
(StagedQuoteDraft stagedQuoteDraft) default WithUpdateActionBuilder<StagedQuoteUpdateAction,
StagedQuoteUpdateActionBuilder, ByProjectKeyStagedQuotesByIDPost> update
(Versioned<StagedQuote> stagedQuote) default ByProjectKeyStagedQuotesByIDPost
update
(Versioned<StagedQuote> stagedQuote, UnaryOperator<UpdateActionBuilder<StagedQuoteUpdateAction, StagedQuoteUpdateActionBuilder>> op) default ByProjectKeyStagedQuotesByIDPost
update
(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
-