Class AddUserRequest
java.lang.Object
org.sonarqube.ws.client.permissions.AddUserRequest
This is part of the internal API.
This is a POST request.
- Since:
- 5.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogin()This is a mandatory parameter.setPermission(String permission) This is a mandatory parameter.setProjectId(String projectId) Example value: "ce4c03d6-430f-40a9-b777-ad877c00aa4d"setProjectKey(String projectKey) Example value: "my_project"
-
Constructor Details
-
AddUserRequest
public AddUserRequest()
-
-
Method Details
-
setLogin
This is a mandatory parameter. Example value: "g.hopper" -
getLogin
-
setPermission
This is a mandatory parameter. -
getPermission
-
setProjectId
Example value: "ce4c03d6-430f-40a9-b777-ad877c00aa4d" -
getProjectId
-
setProjectKey
Example value: "my_project" -
getProjectKey
-