-
Method Summary
Filter users by the specified email.
Filter users by the specified name.
Filter users by the specified username.
Filters users by the specified username using
StringProperty consumer.
-
Method Details
-
username
Filter users by the specified username.
- Parameters:
username - the username of the user
- Returns:
- the updated filter
-
username
Filters users by the specified username using
StringProperty consumer.
- Parameters:
fn - the username StringProperty consumer of the user
- Returns:
- the updated filter
-
name
Filter users by the specified name.
- Parameters:
name - the name of the user
- Returns:
- the updated filter
-
name
- Parameters:
fn - the name StringProperty consumer of the user
- Returns:
- the updated filter
-
email
Filter users by the specified email.
- Parameters:
email - the email of the user
- Returns:
- the updated filter
-
email
- Parameters:
fn - the email StringProperty consumer of the user
- Returns:
- the updated filter