Class AddRequest

java.lang.Object
org.sonarqube.ws.client.notifications.AddRequest

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

    • AddRequest

      public AddRequest()
  • Method Details

    • setChannel

      public AddRequest setChannel(String channel)
      Possible values:
      • "EmailNotificationChannel"
    • getChannel

      public String getChannel()
    • setLogin

      public AddRequest setLogin(String login)
    • getLogin

      public String getLogin()
    • setProject

      public AddRequest setProject(String project)
      Example value: "my_project"
    • getProject

      public String getProject()
    • setType

      public AddRequest setType(String type)
      This is a mandatory parameter. Example value: "SQ-MyNewIssues"
    • getType

      public String getType()