Interface QuoteTransitionStateAction

All Superinterfaces:
QuoteUpdateAction, ResourceUpdateAction<QuoteUpdateAction>
All Known Implementing Classes:
QuoteTransitionStateActionImpl

If the existing State has set transitions, there must be a direct transition to the new State. If transitions is not set, no validation is performed. This update action produces the Quote State Transition Message.


Example to create an instance using the builder pattern

     QuoteTransitionStateAction quoteTransitionStateAction = QuoteTransitionStateAction.builder()
             .state(stateBuilder -> stateBuilder)
             .build()