Uses of Enum Class
org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
Packages that use MergeRequestFilter.MergeRequestField
-
Uses of MergeRequestFilter.MergeRequestField in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return MergeRequestFilter.MergeRequestFieldModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MergeRequestFilter.MergeRequestField[]MergeRequestFilter.MergeRequestField.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 MergeRequestFilter.MergeRequestFieldModifier and TypeMethodDescriptionMergeRequestFilter.withNot(MergeRequestFilter.MergeRequestField field, Object value) Add 'not' filter entry.Method parameters in org.miaixz.bus.gitlab.models with type arguments of type MergeRequestFilter.MergeRequestFieldModifier and TypeMethodDescriptionMergeRequestFilter.withNot(Map<MergeRequestFilter.MergeRequestField, Object> not) Add 'not' filter.