Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.ApplicationScope
Packages that use Constants.ApplicationScope
-
Uses of Constants.ApplicationScope in org.miaixz.bus.gitlab
Method parameters in org.miaixz.bus.gitlab with type arguments of type Constants.ApplicationScopeModifier and TypeMethodDescriptionApplicationsApi.createApplication(String name, String redirectUri, List<Constants.ApplicationScope> scopes, Boolean confidential) Create an OAUTH Application. -
Uses of Constants.ApplicationScope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models 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.