| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.http | |
| org.gitlab.api.models |
| Modifier and Type | Method and Description |
|---|---|
GitlabGroup |
GitlabAPI.createGroup(String name,
String path,
String ldapCn,
GitlabAccessLevel ldapAccess)
Creates a Group
|
| 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 |
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 |
GitlabGroup.setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel) |
Copyright © 2014. All Rights Reserved.