Interface SuggestedFix.Builder

    • Method Detail

      • code

        SuggestedFix.Builder code​(String code)

        The suggested code to add to your file.

        Parameters:
        code - The suggested code to add to your file.
        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.