Uses of Class
io.apicurio.registry.rest.v2.beans.SearchedGroup
-
Packages that use SearchedGroup Package Description io.apicurio.registry.rest.v2.beans -
-
Uses of SearchedGroup in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return types with arguments of type SearchedGroup Modifier and Type Method Description List<SearchedGroup>GroupSearchResults. getGroups()The groups returned in the result set.Method parameters in io.apicurio.registry.rest.v2.beans with type arguments of type SearchedGroup Modifier and Type Method Description voidGroupSearchResults. setGroups(List<SearchedGroup> groups)The groups returned in the result set.
-