Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.ApplicationScope |
Constants.ApplicationScope.forValue(String value) |
static Constants.ApplicationScope |
Constants.ApplicationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ApplicationScope[] |
Constants.ApplicationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
Constants.ApplicationScope[] scopes)
Create an OAUTH Application.
|
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
List<Constants.ApplicationScope> scopes)
Create an OAUTH Application.
|
Copyright © 2019. All rights reserved.