Package | Description |
---|---|
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
static Visibility |
Visibility.forValue(String value) |
Visibility |
Project.getVisibility() |
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setVisibility(Visibility visibility) |
Project |
Project.withVisibility(Visibility visibility) |
Copyright © 2017. All rights reserved.