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