Class RoleMappingSearchResults
java.lang.Object
io.apicurio.registry.rest.v3.beans.RoleMappingSearchResults
Describes the response received when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()The total number of role mappings that matched the query that produced the result set (may be more than the number of role mappings in the result set).The role mappings returned in the result set.voidThe total number of role mappings that matched the query that produced the result set (may be more than the number of role mappings in the result set).voidsetRoleMappings(List<RoleMapping> roleMappings) The role mappings returned in the result set.
-
Constructor Details
-
RoleMappingSearchResults
public RoleMappingSearchResults()
-
-
Method Details
-
getRoleMappings
The role mappings returned in the result set. (Required) -
setRoleMappings
The role mappings returned in the result set. (Required) -
getCount
The total number of role mappings that matched the query that produced the result set (may be more than the number of role mappings in the result set). (Required) -
setCount
The total number of role mappings that matched the query that produced the result set (may be more than the number of role mappings in the result set). (Required)
-