Interface VariableValue.Builder

  • Method Details

    • boolValue

      VariableValue.Builder boolValue(Boolean boolValue)

      If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.

      Parameters:
      boolValue - If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • doubleValue

      VariableValue.Builder doubleValue(Double doubleValue)

      If this feature uses the double integer variation type, this field contains the double integer value of this variation.

      Parameters:
      doubleValue - If this feature uses the double integer variation type, this field contains the double integer value of this variation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longValue

      VariableValue.Builder longValue(Long longValue)

      If this feature uses the long variation type, this field contains the long value of this variation.

      Parameters:
      longValue - If this feature uses the long variation type, this field contains the long value of this variation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      VariableValue.Builder stringValue(String stringValue)

      If this feature uses the string variation type, this field contains the string value of this variation.

      Parameters:
      stringValue - If this feature uses the string variation type, this field contains the string value of this variation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.