Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
Packages that use Constants.MergeRequestOrderBy
-
Uses of Constants.MergeRequestOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.MergeRequestOrderByModifier and TypeMethodDescriptionMergeRequestFilter.getOrderBy()Returns the enum constant of this class with the specified name.static Constants.MergeRequestOrderBy[]Constants.MergeRequestOrderBy.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 Constants.MergeRequestOrderByModifier and TypeMethodDescriptionvoidMergeRequestFilter.setOrderBy(Constants.MergeRequestOrderBy orderBy) MergeRequestFilter.withOrderBy(Constants.MergeRequestOrderBy orderBy)