Class RemoveGroupRequest
java.lang.Object
org.sonarqube.ws.client.permissions.RemoveGroupRequest
This is part of the internal API.
This is a POST request.
- Since:
- 5.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetGroupName
(String groupName) Example value: "sonar-administrators"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
-
RemoveGroupRequest
public RemoveGroupRequest()
-
-
Method Details
-
setGroupName
Example value: "sonar-administrators" -
getGroupName
-
setPermission
This is a mandatory parameter. -
getPermission
-
setProjectId
Example value: "ce4c03d6-430f-40a9-b777-ad877c00aa4d" -
getProjectId
-
setProjectKey
Example value: "my_project" -
getProjectKey
-