Interface MyBusinessUnitChangeParentUnitAction

All Superinterfaces:
MyBusinessUnitUpdateAction
All Known Implementing Classes:
MyBusinessUnitChangeParentUnitActionImpl

Changing the parent of a Business Unit generates a BusinessUnitParentUnitChanged Message.


Example to create an instance using the builder pattern

     MyBusinessUnitChangeParentUnitAction myBusinessUnitChangeParentUnitAction = MyBusinessUnitChangeParentUnitAction.builder()
             .parentUnit(parentUnitBuilder -> parentUnitBuilder)
             .build()