Interface SetMaxApplicationsChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetMaxApplicationsChangeImpl

public interface SetMaxApplicationsChange extends Change

Change triggered by the Set Max Applications update action.


Example to create an instance using the builder pattern

     SetMaxApplicationsChange setMaxApplicationsChange = SetMaxApplicationsChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()