Interface Parameter.Builder

    • Method Detail

      • 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.