Class EditCommentRequest

java.lang.Object
org.sonarqube.ws.client.hotspots.EditCommentRequest

@Generated("sonar-ws-generator") public class EditCommentRequest extends Object
This is part of the internal API. This is a POST request.
Since:
8.2
See Also:
  • Constructor Details

    • EditCommentRequest

      public EditCommentRequest()
  • Method Details

    • setComment

      public EditCommentRequest setComment(String comment)
      This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy"
    • getComment

      public String getComment()
    • setText

      public EditCommentRequest setText(String text)
      This is a mandatory parameter. Example value: "Safe because it doesn't apply to the context"
    • getText

      public String getText()