Interface StagedQuoteUpdateAction

All Superinterfaces:
ResourceUpdateAction<StagedQuoteUpdateAction>
All Known Subinterfaces:
StagedQuoteChangeStagedQuoteStateAction, StagedQuoteSetCustomFieldAction, StagedQuoteSetCustomTypeAction, StagedQuoteSetSellerCommentAction, StagedQuoteSetValidToAction, StagedQuoteTransitionStateAction
All Known Implementing Classes:
StagedQuoteChangeStagedQuoteStateActionImpl, StagedQuoteSetCustomFieldActionImpl, StagedQuoteSetCustomTypeActionImpl, StagedQuoteSetSellerCommentActionImpl, StagedQuoteSetValidToActionImpl, StagedQuoteTransitionStateActionImpl, StagedQuoteUpdateActionImpl

StagedQuoteUpdateAction
Example to create a subtype instance using the builder pattern

     StagedQuoteUpdateAction stagedQuoteUpdateAction = StagedQuoteUpdateAction.changeStagedQuoteStateBuilder()
             stagedQuoteState(StagedQuoteState.IN_PROGRESS)
             .build()