JavaScript is disabled on your browser.
Description
Nested Class Summary
Method Summary
Method Details
userId(String)
userIds(List)
userIdIgnoreCase(String)
userFirstName(String)
userFirstNameLike(String)
userFirstNameLikeIgnoreCase(String)
userLastName(String)
userLastNameLike(String)
userLastNameLikeIgnoreCase(String)
userFullNameLike(String)
userFullNameLikeIgnoreCase(String)
userDisplayName(String)
userDisplayNameLike(String)
userDisplayNameLikeIgnoreCase(String)
userEmail(String)
userEmailLike(String)
memberOfGroup(String)
memberOfGroups(List)
tenantId(String)
orderByUserId()
orderByUserFirstName()
orderByUserLastName()
orderByUserEmail()
Method Summary
All Methods Instance Methods Abstract Methods
Only select
Users that belong to the given group.
Only select
Users that belong to the given groups.
Only select
Users that belong to the given tenant.
Only select
Users with the given displayName.
Only select
Users where the display name matches the given parameter.
Only select
Users where the display name matches the given parameter (ignoring case).
Only those
Users with the given email address.
Only select
Users where the email matches the given parameter.
Only select
Users with the given firstName.
Only select
Users where the first name matches the given parameter.
Only select
Users where the first name matches the given parameter (ignoring case).
Only select
Users where the full name matches the given parameters.
Only select
Users where the full name matches the given parameters (ignoring case).
Only select
Users with the given id/
Only select
Users with the given id (ignoring case) /
Only select
Users with the given ids/
Only select
Users with the given lastName.
Only select
Users where the last name matches the given parameter.
Only select
Users where the last name matches the given parameter (ignoring case).
Method Details
userFirstNameLikeIgnoreCase
userLastNameLikeIgnoreCase
userFullNameLikeIgnoreCase
userDisplayNameLikeIgnoreCase