Interface AddInheritedAssociateChange

All Superinterfaces:
Change
All Known Implementing Classes:
AddInheritedAssociateChangeImpl

public interface AddInheritedAssociateChange extends Change

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


Example to create an instance using the builder pattern

     AddInheritedAssociateChange addInheritedAssociateChange = AddInheritedAssociateChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()