Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
Packages that use Constants.ContributorOrderBy
-
Uses of Constants.ContributorOrderBy in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type Constants.ContributorOrderByModifier and TypeMethodDescriptionRepositoryApi.getContributors(Object projectIdOrPath, int page, int perPage, Constants.ContributorOrderBy orderBy, Constants.SortOrder sortOrder) Get a list of contributors from a project and in the specified page range, sorted by specified param. -
Uses of Constants.ContributorOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.ContributorOrderByModifier and TypeMethodDescriptionstatic Constants.ContributorOrderBystatic Constants.ContributorOrderByReturns the enum constant of this class with the specified name.static Constants.ContributorOrderBy[]Constants.ContributorOrderBy.values()Returns an array containing the constants of this enum class, in the order they are declared.