Uses of Class
org.gitlab4j.api.Constants.GroupSearchScope
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of Constants.GroupSearchScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.GroupSearchScope Modifier and Type Method Description static Constants.GroupSearchScopeConstants.GroupSearchScope. forValue(String value)static Constants.GroupSearchScopeConstants.GroupSearchScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.GroupSearchScope[]Constants.GroupSearchScope. 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.GroupSearchScope Modifier and Type Method Description List<?>SearchApi. groupSearch(Object groupIdOrPath, Constants.GroupSearchScope scope, String search)Search within the specified group.Pager<?>SearchApi. groupSearch(Object groupIdOrPath, Constants.GroupSearchScope scope, String search, int itemsPerPage)Search within the specified group.Stream<?>SearchApi. groupSearchStream(Object groupIdOrPath, Constants.GroupSearchScope scope, String search)Search within the specified group.