Package | Description |
---|---|
org.gitlab4j.api.models | |
org.gitlab4j.api.webhook |
Modifier and Type | Method and Description |
---|---|
static AccessLevel |
AccessLevel.forValue(Integer value) |
AccessLevel |
ProjectAccess.getAccessLevel() |
AccessLevel |
Member.getAccessLevel() |
AccessLevel |
ProjectSharedGroup.getGroupAccessLevel() |
static AccessLevel |
AccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessLevel[] |
AccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectAccess.setAccessLevel(AccessLevel accessLevel) |
void |
Member.setAccessLevel(AccessLevel accessLevel) |
void |
ProjectSharedGroup.setGroupAccessLevel(AccessLevel accessLevel) |
Modifier and Type | Method and Description |
---|---|
AccessLevel |
EventRepository.getVisibility_level() |
AccessLevel |
EventSnippet.getVisibilityLevel() |
AccessLevel |
EventProject.getVisibilityLevel() |
Modifier and Type | Method and Description |
---|---|
void |
EventRepository.setVisibility_level(AccessLevel visibility_level) |
void |
EventSnippet.setVisibilityLevel(AccessLevel visibilityLevel) |
void |
EventProject.setVisibilityLevel(AccessLevel visibilityLevel) |
Copyright © 2017. All rights reserved.