Interface CategorySetExternalIdAction

All Superinterfaces:
CategoryUpdateAction, ResourceUpdateAction<CategoryUpdateAction>
All Known Implementing Classes:
CategorySetExternalIdActionImpl

This update action sets a new ID that can be used as an additional identifier for external systems like Customer Relationship Management (CRM) or Enterprise Resource Planning (ERP).


Example to create an instance using the builder pattern

     CategorySetExternalIdAction categorySetExternalIdAction = CategorySetExternalIdAction.builder()
             .build()