Interface ParameterValue.Builder

    • Method Detail

      • id

        ParameterValue.Builder id​(String id)

        The ID of the parameter value.

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

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