Interface UserFilter

All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
All Known Implementing Classes:
UserFilterImpl

public interface UserFilter extends TypedSearchRequest.SearchRequestFilter
  • Method Details

    • username

      UserFilter username(String username)
      Filter users by the specified username.
      Parameters:
      username - the username of the user
      Returns:
      the updated filter
    • name

      UserFilter name(String name)
      Filter users by the specified name.
      Parameters:
      name - the name of the user
      Returns:
      the updated filter
    • email

      UserFilter email(String email)
      Filter users by the specified email.
      Parameters:
      email - the email of the user
      Returns:
      the updated filter