Uses of Enum
org.gitlab4j.api.Constants.TagOrderBy
Packages that use Constants.TagOrderBy
-
Uses of Constants.TagOrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.TagOrderByModifier and TypeMethodDescriptionstatic Constants.TagOrderBystatic Constants.TagOrderByReturns the enum constant of this type with the specified name.static Constants.TagOrderBy[]Constants.TagOrderBy.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.TagOrderByModifier and TypeMethodDescriptionTagsApi.getTags(Object projectIdOrPath, Constants.TagOrderBy orderBy, Constants.SortOrder sortOrder, String search) Get a list of repository tags from a project, sorted by name in reverse alphabetical order.TagsApi.getTags(Object projectIdOrPath, Constants.TagOrderBy orderBy, Constants.SortOrder sortOrder, String search, int itemsPerPage) Get a list of repository tags from a project, sorted by name in reverse alphabetical order.TagsApi.getTags(Object projectIdOrPath, Constants.TagOrderBy orderBy, Constants.SortOrder sortOrder, String search, int page, int perPage) Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.TagsApi.getTagsStream(Object projectIdOrPath, Constants.TagOrderBy orderBy, Constants.SortOrder sortOrder, String search) Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.