Interface CategoryChangeParentAction

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

CategoryChangeParentAction
Example to create an instance using the builder pattern

     CategoryChangeParentAction categoryChangeParentAction = CategoryChangeParentAction.builder()
             .parent(parentBuilder -> parentBuilder)
             .build()