Class AssignRequest

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

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

    • AssignRequest

      public AssignRequest()
  • Method Details

    • setAssignee

      public AssignRequest setAssignee(String assignee)
      This is a mandatory parameter. Example value: "admin"
    • getAssignee

      public String getAssignee()
    • setComment

      public AssignRequest setComment(String comment)
      Example value: "Hey Bob! Could you please have a look and confirm my assertion that we are safe here, please"
    • getComment

      public String getComment()
    • setHotspot

      public AssignRequest setHotspot(String hotspot)
      This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy"
    • getHotspot

      public String getHotspot()