Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
ffc35efe
Commit
ffc35efe
authored
Sep 05, 2018
by
Greg Messner
Browse files
Added set methods (#243).
parent
ae9200f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Permissions.java
View file @
ffc35efe
...
@@ -15,7 +15,15 @@ public class Permissions {
...
@@ -15,7 +15,15 @@ public class Permissions {
return
projectAccess
;
return
projectAccess
;
}
}
public
void
setProjectAccess
(
ProjectAccess
projectAccess
)
{
this
.
projectAccess
=
projectAccess
;
}
public
ProjectAccess
getGroupAccess
()
{
public
ProjectAccess
getGroupAccess
()
{
return
groupAccess
;
return
groupAccess
;
}
}
public
void
setGroupAccess
(
ProjectAccess
groupAccess
)
{
this
.
groupAccess
=
groupAccess
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment