Interface Parameter.Builder

  • Method Details

    • description

      Parameter.Builder description(String description)

      Information about the parameter.

      Parameters:
      description - Information about the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • required

      Parameter.Builder required(Boolean required)

      A parameter value must be specified in the extension association.

      Parameters:
      required - A parameter value must be specified in the extension association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dynamic

      Parameter.Builder dynamic(Boolean dynamic)

      Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked Required.

      Parameters:
      dynamic - Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked Required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.