Interface CategorySetCustomFieldAction

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

CategorySetCustomFieldAction
Example to create an instance using the builder pattern

     CategorySetCustomFieldAction categorySetCustomFieldAction = CategorySetCustomFieldAction.builder()
             .name("{name}")
             .build()