Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
Packages that use Constants.MergeRequestScope
-
Uses of Constants.MergeRequestScope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.MergeRequestScopeModifier and TypeMethodDescriptionstatic Constants.MergeRequestScopeMergeRequestFilter.getScope()static Constants.MergeRequestScopeReturns the enum constant of this class with the specified name.static Constants.MergeRequestScope[]Constants.MergeRequestScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type Constants.MergeRequestScopeModifier and TypeMethodDescriptionvoidMergeRequestFilter.setScope(Constants.MergeRequestScope scope) MergeRequestFilter.withScope(Constants.MergeRequestScope scope)