Uses of Enum
org.gitlab4j.api.Constants.ProjectOrderBy
Packages that use Constants.ProjectOrderBy
-
Uses of Constants.ProjectOrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ProjectOrderByModifier and TypeMethodDescriptionstatic Constants.ProjectOrderBy
static Constants.ProjectOrderBy
Returns the enum constant of this type with the specified name.static Constants.ProjectOrderBy[]
Constants.ProjectOrderBy.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.ProjectOrderByModifier and TypeMethodDescriptionProjectApi.getProjects
(Boolean archived, Visibility visibility, Constants.ProjectOrderBy orderBy, Constants.SortOrder sort, String search, Boolean simple, Boolean owned, Boolean membership, Boolean starred, Boolean statistics) Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.ProjectApi.getProjects
(Boolean archived, Visibility visibility, Constants.ProjectOrderBy orderBy, Constants.SortOrder sort, String search, Boolean simple, Boolean owned, Boolean membership, Boolean starred, Boolean statistics, int itemsPerPage) Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.ProjectApi.getProjects
(Boolean archived, Visibility visibility, Constants.ProjectOrderBy orderBy, Constants.SortOrder sort, String search, Boolean simple, Boolean owned, Boolean membership, Boolean starred, Boolean statistics, int page, int perPage) Get a list of projects accessible by the authenticated user and matching the supplied filter parameters. -
Uses of Constants.ProjectOrderBy in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models with parameters of type Constants.ProjectOrderByModifier and TypeMethodDescriptionGroupProjectsFilter.withOrderBy
(Constants.ProjectOrderBy orderBy) Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.ProjectFilter.withOrderBy
(Constants.ProjectOrderBy orderBy) Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.