Interface BusinessUnitSetStoreModeAction

All Superinterfaces:
BusinessUnitUpdateAction, ResourceUpdateAction<BusinessUnitUpdateAction>
All Known Implementing Classes:
BusinessUnitSetStoreModeActionImpl

Only Business Units of type Division can be have a store mode of FromParent. Changing the storeMode to FromParent empties the stores array on the BusinessUnit. This update action generates a BusinessUnitStoreModeChanged Message.


Example to create an instance using the builder pattern

     BusinessUnitSetStoreModeAction businessUnitSetStoreModeAction = BusinessUnitSetStoreModeAction.builder()
             .storeMode(BusinessUnitStoreMode.EXPLICIT)
             .build()