| Package | Description |
|---|---|
| com.talanlabs.gitlab.api.v3.http | |
| com.talanlabs.gitlab.api.v3.models | |
| com.talanlabs.gitlab.api.v4.models |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.appendIf(String name,
GitlabAccessLevel value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
| Modifier and Type | Method and Description |
|---|---|
static GitlabAccessLevel |
GitlabAccessLevel.fromAccessValue(int accessValue) |
GitlabAccessLevel |
GitlabAbstractMember.getAccessLevel() |
GitlabAccessLevel |
GitlabProjectAccessLevel.getAccessLevel() |
GitlabAccessLevel |
GitlabGroup.getLdapAccess() |
static GitlabAccessLevel |
GitlabAccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitlabAccessLevel[] |
GitlabAccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitlabAbstractMember.setAccessLevel(GitlabAccessLevel accessLevel) |
void |
GitlabProjectAccessLevel.setAccessLevel(GitlabAccessLevel accessLevel) |
void |
GitlabGroup.setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel) |
| Modifier and Type | Method and Description |
|---|---|
GitlabAccessLevel |
GitlabGroup.getLdapAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitlabGroup.setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel) |
Copyright © 2018 Talanlabs. All rights reserved.