Uses of Enum Class
org.aoju.bus.gitlab.Constants.ApplicationScope
Packages that use Constants.ApplicationScope
-
Uses of Constants.ApplicationScope in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.ApplicationScopeModifier and TypeMethodDescriptionstatic Constants.ApplicationScopestatic Constants.ApplicationScopeReturns the enum constant of this class with the specified name.static Constants.ApplicationScope[]Constants.ApplicationScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab with parameters of type Constants.ApplicationScopeModifier and TypeMethodDescriptionApplicationsApi.createApplication(String name, String redirectUri, Constants.ApplicationScope[] scopes) Create an OAUTH Application.Method parameters in org.aoju.bus.gitlab with type arguments of type Constants.ApplicationScopeModifier and TypeMethodDescriptionApplicationsApi.createApplication(String name, String redirectUri, List<Constants.ApplicationScope> scopes) Create an OAUTH Application.