Class UnsetRootRequest

java.lang.Object
org.sonarqube.ws.client.roots.UnsetRootRequest

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

    • UnsetRootRequest

      public UnsetRootRequest()
  • Method Details

    • setLogin

      public UnsetRootRequest setLogin(String login)
      This is a mandatory parameter. Example value: "admin"
    • getLogin

      public String getLogin()