Uses of Enum Class
org.aoju.bus.gitlab.Constants.MergeRequestScope
Packages that use Constants.MergeRequestScope
-
Uses of Constants.MergeRequestScope in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.MergeRequestScopeModifier and TypeMethodDescriptionstatic Constants.MergeRequestScopestatic 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. -
Uses of Constants.MergeRequestScope in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.MergeRequestScopeMethods in org.aoju.bus.gitlab.models with parameters of type Constants.MergeRequestScopeModifier and TypeMethodDescriptionvoidMergeRequestFilter.setScope(Constants.MergeRequestScope scope) MergeRequestFilter.withScope(Constants.MergeRequestScope scope)