Class Operation.Parameter

  • Enclosing class:
    Operation

    public static final class Operation.Parameter
    extends Object
    • Constructor Detail

      • Parameter

        public Parameter​(String name,
                         String type,
                         String description,
                         boolean required,
                         boolean nillable,
                         boolean expressionsAllowed,
                         String defaultValue)
    • Method Detail

      • getName

        public String getName()
      • getType

        public String getType()
      • isRequired

        public boolean isRequired()
      • getDescription

        public String getDescription()
      • isNillable

        public boolean isNillable()
      • isExpressionsAllowed

        public boolean isExpressionsAllowed()
      • getDefaultValue

        public String getDefaultValue()