Uses of Class
org.gitlab4j.api.Constants.ContributorOrderBy
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of Constants.ContributorOrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ContributorOrderBy Modifier and Type Method Description static Constants.ContributorOrderByConstants.ContributorOrderBy. forValue(String value)static Constants.ContributorOrderByConstants.ContributorOrderBy. valueOf(String name)Returns 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.ContributorOrderBy Modifier and Type Method Description List<Contributor>RepositoryApi. 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.