Interface SetMethodInfoInterfaceChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetMethodInfoInterfaceChangeImpl

public interface SetMethodInfoInterfaceChange extends Change

Change triggered by the Set MethodInfoInterface update action.


Example to create an instance using the builder pattern

     SetMethodInfoInterfaceChange setMethodInfoInterfaceChange = SetMethodInfoInterfaceChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()