Uses of Enum Class
org.miaixz.bus.gitlab.Constants.SearchScope
Packages that use Constants.SearchScope
-
Uses of Constants.SearchScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.SearchScopeModifier and TypeMethodDescriptionstatic Constants.SearchScopestatic Constants.SearchScopeReturns the enum constant of this class with the specified name.static Constants.SearchScope[]Constants.SearchScope.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.SearchScopeModifier and TypeMethodDescriptionList<?> SearchApi.globalSearch(Constants.SearchScope scope, String search) Search globally across the GitLab instance.Pager<?> SearchApi.globalSearch(Constants.SearchScope scope, String search, int itemsPerPage) Search globally across the GitLab instance.Stream<?> SearchApi.globalSearchStream(Constants.SearchScope scope, String search) Search globally across the GitLab instance.