Uses of Class
org.gitlab4j.api.Constants.ApplicationScope
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of Constants.ApplicationScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ApplicationScope Modifier and Type Method 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.Methods in org.gitlab4j.api with parameters of type Constants.ApplicationScope Modifier and Type Method Description Application
ApplicationsApi. createApplication(String name, String redirectUri, Constants.ApplicationScope[] scopes)
Create an OAUTH Application.Method parameters in org.gitlab4j.api with type arguments of type Constants.ApplicationScope Modifier and Type Method Description Application
ApplicationsApi. createApplication(String name, String redirectUri, List<Constants.ApplicationScope> scopes)
Create an OAUTH Application.