Class GroupSearchResults
java.lang.Object
io.apicurio.registry.rest.v3.beans.GroupSearchResults
Describes the response received when searching for groups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()The total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set).The groups returned in the result set.voidThe total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set).voidsetGroups(List<SearchedGroup> groups) The groups returned in the result set.
-
Constructor Details
-
GroupSearchResults
public GroupSearchResults()
-
-
Method Details
-
getGroups
The groups returned in the result set. (Required) -
setGroups
The groups returned in the result set. (Required) -
getCount
The total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set). (Required) -
setCount
The total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set). (Required)
-