We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9200f commit ffc35efCopy full SHA for ffc35ef
src/main/java/org/gitlab4j/api/models/Permissions.java
@@ -15,7 +15,15 @@ public ProjectAccess getProjectAccess() {
15
return projectAccess;
16
}
17
18
+ public void setProjectAccess(ProjectAccess projectAccess) {
19
+ this.projectAccess = projectAccess;
20
+ }
21
+
22
public ProjectAccess getGroupAccess() {
23
return groupAccess;
24
25
26
+ public void setGroupAccess(ProjectAccess groupAccess) {
27
+ this.groupAccess = groupAccess;
28
29
0 commit comments