Uses of Enum
org.gitlab4j.api.Constants.ContributorOrderBy
Packages that use Constants.ContributorOrderBy
-
Uses of Constants.ContributorOrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ContributorOrderByModifier and TypeMethodDescriptionstatic Constants.ContributorOrderBystatic Constants.ContributorOrderByReturns the enum constant of this type with the specified name.static Constants.ContributorOrderBy[]Constants.ContributorOrderBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api 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.