Interface SetMethodInfoMethodChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetMethodInfoMethodChangeImpl

public interface SetMethodInfoMethodChange extends Change

Change triggered by the Set MethodInfoInterface update action.


Example to create an instance using the builder pattern

     SetMethodInfoMethodChange setMethodInfoMethodChange = SetMethodInfoMethodChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()