Uses of Enum
org.gitlab4j.api.Constants.ApplicationScope
Packages that use Constants.ApplicationScope
-
Uses of Constants.ApplicationScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ApplicationScopeModifier and TypeMethodDescriptionstatic Constants.ApplicationScope
static Constants.ApplicationScope
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.ApplicationScopeModifier and TypeMethodDescriptionApplicationsApi.createApplication
(String name, String redirectUri, Constants.ApplicationScope[] scopes) Create an OAUTH Application.Method parameters in org.gitlab4j.api with type arguments of type Constants.ApplicationScopeModifier and TypeMethodDescriptionApplicationsApi.createApplication
(String name, String redirectUri, List<Constants.ApplicationScope> scopes) Create an OAUTH Application.