Class LiteralJobInput


  • public final class LiteralJobInput
    extends JobInput
    Literal input type.
    • Constructor Detail

      • LiteralJobInput

        public LiteralJobInput()
    • Method Detail

      • value

        public String value()
        Get the value property: [Required] Literal value for the input.
        Returns:
        the value value.
      • withValue

        public LiteralJobInput withValue​(String value)
        Set the value property: [Required] Literal value for the input.
        Parameters:
        value - the value value to set.
        Returns:
        the LiteralJobInput object itself.
      • withDescription

        public LiteralJobInput withDescription​(String description)
        Set the description property: Description for the input.
        Overrides:
        withDescription in class JobInput
        Parameters:
        description - the description value to set.
        Returns:
        the JobInput object itself.