Interface CategorySetMetaTitleAction

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

public interface CategorySetMetaTitleAction extends CategoryUpdateAction
CategorySetMetaTitleAction
Example to create an instance using the builder pattern

     CategorySetMetaTitleAction categorySetMetaTitleAction = CategorySetMetaTitleAction.builder()
             .build()