Interface CategoryChangeSlugAction

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

Changing the slug produces the CategorySlugChanged Message.


Example to create an instance using the builder pattern

     CategoryChangeSlugAction categoryChangeSlugAction = CategoryChangeSlugAction.builder()
             .slug(slugBuilder -> slugBuilder)
             .build()