Class RoleMappingSearchResults

java.lang.Object
io.apicurio.registry.rest.v3.beans.RoleMappingSearchResults

@Generated("jsonschema2pojo") public class RoleMappingSearchResults extends Object
Describes the response received when searching for artifacts.
  • Constructor Details

    • RoleMappingSearchResults

      public RoleMappingSearchResults()
  • Method Details

    • getRoleMappings

      public List<RoleMapping> getRoleMappings()
      The role mappings returned in the result set. (Required)
    • setRoleMappings

      public void setRoleMappings(List<RoleMapping> roleMappings)
      The role mappings returned in the result set. (Required)
    • getCount

      public Integer 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

      public void setCount(Integer count)
      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)