-
Method Summary
void
Adds a Project Role to the group.
void
Removes a Project Role, if there, from the group.
-
Method Details
-
addRole
void addRole(@NotNull
String projectId,
@NotNull
String roleId)
Adds a Project Role to the group.
- Throws:
IllegalArgumentException
- if the Project or Role with the given ID does not exist.
-
removeRole
void removeRole(@NotNull
String projectId,
@NotNull
String roleId)
Removes a Project Role, if there, from the group.