Interface ParameterAttribute.Builder

    • Method Detail

      • key

        ParameterAttribute.Builder key​(String key)

        The field identifier.

        Parameters:
        key - The field identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValue

        ParameterAttribute.Builder stringValue​(String stringValue)

        The field value, expressed as a String.

        Parameters:
        stringValue - The field value, expressed as a String.
        Returns:
        Returns a reference to this object so that method calls can be chained together.