Class ReportRestControllerManager.InputParameterInfo

java.lang.Object
io.jmix.reportsrest.controller.ReportRestControllerManager.InputParameterInfo
Enclosing class:
ReportRestControllerManager

protected static class ReportRestControllerManager.InputParameterInfo extends Object
  • Field Details

    • name

      protected String name
    • alias

      protected String alias
    • type

      protected String type
    • required

      protected boolean required
    • hidden

      protected boolean hidden
    • entityMetaClass

      protected String entityMetaClass
    • enumerationClass

      protected String enumerationClass
    • defaultValue

      protected String defaultValue
  • Constructor Details

    • InputParameterInfo

      protected InputParameterInfo()