Uses of Enum
org.gitlab4j.api.Constants.MergeRequestSearchIn
Packages that use Constants.MergeRequestSearchIn
-
Uses of Constants.MergeRequestSearchIn in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.MergeRequestSearchInModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Constants.MergeRequestSearchIn[]
Constants.MergeRequestSearchIn.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.MergeRequestSearchIn in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.MergeRequestSearchInMethods in org.gitlab4j.api.models with parameters of type Constants.MergeRequestSearchInModifier and TypeMethodDescriptionvoid
MergeRequestFilter.setIn
(Constants.MergeRequestSearchIn in) MergeRequestFilter.withIn
(Constants.MergeRequestSearchIn in)