Class CodelessParameters


  • public final class CodelessParameters
    extends Object
    Represents Codeless UI data connector.
    • Constructor Detail

      • CodelessParameters

        public CodelessParameters()
    • Method Detail

      • connectorUiConfig

        public CodelessUiConnectorConfigProperties connectorUiConfig()
        Get the connectorUiConfig property: Config to describe the instructions blade.
        Returns:
        the connectorUiConfig value.
      • withConnectorUiConfig

        public CodelessParameters withConnectorUiConfig​(CodelessUiConnectorConfigProperties connectorUiConfig)
        Set the connectorUiConfig property: Config to describe the instructions blade.
        Parameters:
        connectorUiConfig - the connectorUiConfig value to set.
        Returns:
        the CodelessParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.