Uses of Class
org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
Packages that use Constants.GroupSearchScope
-
Uses of Constants.GroupSearchScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type Constants.GroupSearchScopeModifier and TypeMethodDescription<T> List<T> SearchApi.groupSearch(Object groupIdOrPath, Constants.GroupSearchScope<T> scope, String search) Search within the specified group.<T> Pager<T> SearchApi.groupSearch(Object groupIdOrPath, Constants.GroupSearchScope<T> scope, String search, int itemsPerPage) Search within the specified group.<T> Stream<T> SearchApi.groupSearchStream(Object groupIdOrPath, Constants.GroupSearchScope<T> scope, String search) Search within the specified group. -
Uses of Constants.GroupSearchScope in org.miaixz.bus.gitlab.models
Fields in org.miaixz.bus.gitlab.models declared as Constants.GroupSearchScopeModifier and TypeFieldDescriptionstatic final Constants.GroupSearchScope<SearchBlob> Constants.GroupSearchScope.BLOBSstatic final Constants.GroupSearchScope<Commit> Constants.GroupSearchScope.COMMITSstatic final Constants.GroupSearchScope<Issue> Constants.GroupSearchScope.ISSUESstatic final Constants.GroupSearchScope<MergeRequest> Constants.GroupSearchScope.MERGE_REQUESTSstatic final Constants.GroupSearchScope<Milestone> Constants.GroupSearchScope.MILESTONESstatic final Constants.GroupSearchScope<Note> Constants.GroupSearchScope.NOTESstatic final Constants.GroupSearchScope<Project> Constants.GroupSearchScope.PROJECTSstatic final Constants.GroupSearchScope<User> Constants.GroupSearchScope.USERSstatic final Constants.GroupSearchScope<SearchBlob> Constants.GroupSearchScope.WIKI_BLOBSMethods in org.miaixz.bus.gitlab.models that return Constants.GroupSearchScope