Interface StagedQuoteUpdateAction

All Superinterfaces:
ResourceUpdateAction<StagedQuoteUpdateAction>
All Known Subinterfaces:
StagedQuoteChangeStagedQuoteStateAction, StagedQuoteSetCustomFieldAction, StagedQuoteSetCustomTypeAction, StagedQuoteSetSellerCommentAction, StagedQuoteSetValidToAction, StagedQuoteTransitionStateAction

public interface StagedQuoteUpdateAction extends ResourceUpdateAction<StagedQuoteUpdateAction>
StagedQuoteUpdateAction
Example to create a subtype instance using the builder pattern

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