Interface SetStatusInterfaceCodeChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetStatusInterfaceCodeChangeImpl

public interface SetStatusInterfaceCodeChange extends Change

Change triggered by the Set StatusInterfaceCode update action.


Example to create an instance using the builder pattern

     SetStatusInterfaceCodeChange setStatusInterfaceCodeChange = SetStatusInterfaceCodeChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()