Interface SuggestedFix.Builder

  • Method Details

    • code

      The suggested code fix. If applicable, includes code patch to replace your source code.

      Parameters:
      code - The suggested code fix. If applicable, includes code patch to replace your source code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SuggestedFix.Builder description(String description)

      A description of the suggested code fix and why it is being suggested.

      Parameters:
      description - A description of the suggested code fix and why it is being suggested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.