Uses of Enum Class
org.aoju.bus.gitlab.Constants.ContributorOrderBy
Packages that use Constants.ContributorOrderBy
-
Uses of Constants.ContributorOrderBy in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.Methods in org.aoju.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.