Interface SetDeleteDaysAfterLastModificationChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetDeleteDaysAfterLastModificationChangeImpl

Change triggered by the Set DeleteDaysAfterLastModification update action.


Example to create an instance using the builder pattern

     SetDeleteDaysAfterLastModificationChange setDeleteDaysAfterLastModificationChange = SetDeleteDaysAfterLastModificationChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()