Interface ProductTransitionStateAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>
All Known Implementing Classes:
ProductTransitionStateActionImpl

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. Produces the ProductStateTransition Message.


Example to create an instance using the builder pattern

     ProductTransitionStateAction productTransitionStateAction = ProductTransitionStateAction.builder()
             .build()