Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.TagOrderBy
Packages that use Constants.TagOrderBy
-
Uses of Constants.TagOrderBy in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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. -
Uses of Constants.TagOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.TagOrderByModifier and TypeMethodDescriptionstatic Constants.TagOrderBystatic Constants.TagOrderByReturns the enum constant of this class with the specified name.static Constants.TagOrderBy[]Constants.TagOrderBy.values()Returns an array containing the constants of this enum class, in the order they are declared.