Interface StringChange.Builder

  • Method Details

    • oldValue

      StringChange.Builder oldValue(String oldValue)

      The old value.

      Parameters:
      oldValue - The old value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newValue

      StringChange.Builder newValue(String newValue)

      The new value.

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