Class RemoveRequest

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

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

    • RemoveRequest

      public RemoveRequest()
  • Method Details

    • setChannel

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

      public String getChannel()
    • setLogin

      public RemoveRequest setLogin(String login)
    • getLogin

      public String getLogin()
    • setProject

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

      public String getProject()
    • setType

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

      public String getType()