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