Uses of Enum Class
org.miaixz.bus.gitlab.Constants.GroupSearchScope
Packages that use Constants.GroupSearchScope
-
Uses of Constants.GroupSearchScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.GroupSearchScopeModifier and TypeMethodDescriptionstatic Constants.GroupSearchScopestatic Constants.GroupSearchScopeReturns the enum constant of this class with the specified name.static Constants.GroupSearchScope[]Constants.GroupSearchScope.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.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.