Class DataFlow

    • Constructor Detail

      • DataFlow

        public DataFlow()
    • Method Detail

      • description

        public String description()
        Get the description property: The description of the data flow.
        Returns:
        the description value.
      • withDescription

        public DataFlow withDescription​(String description)
        Set the description property: The description of the data flow.
        Parameters:
        description - the description value to set.
        Returns:
        the DataFlow object itself.
      • annotations

        public List<Object> annotations()
        Get the annotations property: List of tags that can be used for describing the data flow.
        Returns:
        the annotations value.
      • withAnnotations

        public DataFlow withAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the data flow.
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the DataFlow object itself.
      • folder

        public DataFlowFolder folder()
        Get the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
        Returns:
        the folder value.
      • withFolder

        public DataFlow withFolder​(DataFlowFolder folder)
        Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
        Parameters:
        folder - the folder value to set.
        Returns:
        the DataFlow object itself.
      • validate

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