Uses of Enum Class
org.aoju.bus.gitlab.Constants.MergeRequestOrderBy
Packages that use Constants.MergeRequestOrderBy
-
Uses of Constants.MergeRequestOrderBy in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.MergeRequestOrderByModifier and TypeMethodDescriptionReturns 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. -
Uses of Constants.MergeRequestOrderBy in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.MergeRequestOrderByMethods in org.aoju.bus.gitlab.models with parameters of type Constants.MergeRequestOrderByModifier and TypeMethodDescriptionvoidMergeRequestFilter.setOrderBy(Constants.MergeRequestOrderBy orderBy) MergeRequestFilter.withOrderBy(Constants.MergeRequestOrderBy orderBy)