Interface SetExpectedDeliveryChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetExpectedDeliveryChangeImpl

public interface SetExpectedDeliveryChange extends Change

Change triggered by the Set ExpectedDelivery update action.


Example to create an instance using the builder pattern

     SetExpectedDeliveryChange setExpectedDeliveryChange = SetExpectedDeliveryChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()