Interface StateChangeTypeAction

All Superinterfaces:
ResourceUpdateAction<StateUpdateAction>, StateUpdateAction
All Known Implementing Classes:
StateChangeTypeActionImpl

public interface StateChangeTypeAction extends StateUpdateAction
StateChangeTypeAction
Example to create an instance using the builder pattern

     StateChangeTypeAction stateChangeTypeAction = StateChangeTypeAction.builder()
             .type(StateTypeEnum.ORDER_STATE)
             .build()