Uses of Class
org.gitlab4j.api.Constants.SearchScope
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of Constants.SearchScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.SearchScope Modifier and Type Method Description static Constants.SearchScope
Constants.SearchScope. forValue(String value)
static Constants.SearchScope
Constants.SearchScope. valueOf(String name)
Returns 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.SearchScope Modifier and Type Method Description List<?>
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.