Uses of Enum Class
org.miaixz.bus.gitlab.Constants.ProjectSearchScope
Packages that use Constants.ProjectSearchScope
-
Uses of Constants.ProjectSearchScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.ProjectSearchScopeModifier and TypeMethodDescriptionstatic Constants.ProjectSearchScopestatic Constants.ProjectSearchScopeReturns the enum constant of this class with the specified name.static Constants.ProjectSearchScope[]Constants.ProjectSearchScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab with parameters of type Constants.ProjectSearchScopeModifier and TypeMethodDescriptionList<?> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search) Search within the specified project.Pager<?> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, int itemsPerPage) Search within the specified project.List<?> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref) Search within the specified project.Pager<?> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref, int itemsPerPage) Search within the specified project.Stream<?> SearchApi.projectSearchStream(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search) Search within the specified project.Stream<?> SearchApi.projectSearchStream(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref) Search within the specified project.