Uses of Class
io.apicurio.registry.rest.v3.beans.GroupSearchResults
Packages that use GroupSearchResults
-
Uses of GroupSearchResults in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return GroupSearchResultsModifier and TypeMethodDescriptionGroupsResource.listGroups(BigInteger limit, BigInteger offset, SortOrder order, GroupSortBy orderby) Returns a list of all groups.SearchResource.searchGroups(BigInteger offset, BigInteger limit, SortOrder order, GroupSortBy orderby, List<String> labels, String description, String groupId) Returns a paginated list of all groups that match the provided filter criteria.