Interface RoleFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
RoleFilterImpl

public interface RoleFilter extends TypedFilterableRequest.SearchRequestFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String name)
    Filter roles by the specified name.
    roleId(String roleId)
    Filter roles by the specified role ID.
  • Method Details

    • roleId

      RoleFilter roleId(String roleId)
      Filter roles by the specified role ID.
      Parameters:
      roleId - the ID of the role
      Returns:
      the updated filter
    • name

      RoleFilter name(String name)
      Filter roles by the specified name.
      Parameters:
      name - the name of the role
      Returns:
      the updated filter