Interface RemoveInheritedAssociateChange

All Superinterfaces:
Change
All Known Implementing Classes:
RemoveInheritedAssociateChangeImpl

public interface RemoveInheritedAssociateChange extends Change

Change triggered by the Remove Associate update action on a parent of a Business Unit in cases where inheritance applies.


Example to create an instance using the builder pattern

     RemoveInheritedAssociateChange removeInheritedAssociateChange = RemoveInheritedAssociateChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .build()