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