Interface ApiParameter.Builder

    • Method Detail

      • name

        ApiParameter.Builder name​(String name)

        The name of the parameter.

        Parameters:
        name - The name of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ApiParameter.Builder type​(String type)

        The data type for the parameter.

        Parameters:
        type - The data type for the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ApiParameter.Builder value​(String value)

        The value of the parameter.

        Parameters:
        value - The value of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.