Uses of Enum
org.gitlab4j.api.Constants.GroupSearchScope
Packages that use Constants.GroupSearchScope
-
Uses of Constants.GroupSearchScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.GroupSearchScopeModifier and TypeMethodDescriptionstatic Constants.GroupSearchScopestatic Constants.GroupSearchScopeReturns 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.GroupSearchScopeModifier and TypeMethodDescriptionList<?>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.