Uses of Enum
org.gitlab4j.api.Constants.SearchScope
Packages that use Constants.SearchScope
-
Uses of Constants.SearchScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.SearchScopeModifier and TypeMethodDescriptionstatic Constants.SearchScopestatic Constants.SearchScopeReturns the enum constant of this type with the specified name.static Constants.SearchScope[]Constants.SearchScope.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.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.