Interface CategorySetCustomTypeAction

All Superinterfaces:
CategoryUpdateAction, ResourceUpdateAction<CategoryUpdateAction>

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

     CategorySetCustomTypeAction categorySetCustomTypeAction = CategorySetCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOM_TYPE

      static final String SET_CUSTOM_TYPE
      discriminator value for CategorySetCustomTypeAction
      See Also:
  • Method Details