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
e68e1277
Unverified
Commit
e68e1277
authored
Mar 01, 2021
by
Gautier de Saint Martin Lacaze
Committed by
GitHub
Mar 01, 2021
Browse files
Merge pull request #659 from cweidinger/patch-1
Update AccessLevel.java
parents
1287b236
94cc338b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/AccessLevel.java
View file @
e68e1277
...
...
@@ -10,7 +10,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
public
enum
AccessLevel
{
INVALID
(-
1
),
NONE
(
0
),
GUEST
(
10
),
REPORTER
(
20
),
DEVELOPER
(
30
),
@Deprecated
MASTER
(
40
),
MAINTAINER
(
40
),
OWNER
(
50
),
ADMIN
(
60
);
INVALID
(-
1
),
NONE
(
0
),
MINIMAL_ACCESS
(
5
),
GUEST
(
10
),
REPORTER
(
20
),
DEVELOPER
(
30
),
@Deprecated
MASTER
(
40
),
MAINTAINER
(
40
),
OWNER
(
50
),
ADMIN
(
60
);
public
final
Integer
value
;
...
...
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