Class UpdateLoginRequest

java.lang.Object
org.sonarqube.ws.client.users.UpdateLoginRequest

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

    • UpdateLoginRequest

      public UpdateLoginRequest()
  • Method Details

    • setLogin

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

      public String getLogin()
    • setNewLogin

      public UpdateLoginRequest setNewLogin(String newLogin)
      This is a mandatory parameter. Example value: "mynewlogin"
    • getNewLogin

      public String getNewLogin()