Class UserFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<UserFilter>
io.camunda.client.impl.search.filter.UserFilterImpl
- All Implemented Interfaces:
UserFilter,TypedFilterableRequest.SearchRequestFilter
public class UserFilterImpl
extends TypedSearchRequestPropertyProvider<UserFilter>
implements UserFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter users by the specified email.email(Consumer<StringProperty> fn) Filters users by the specified email usingStringPropertyconsumer.protected UserFilterFilter users by the specified name.name(Consumer<StringProperty> fn) Filters users by the specified name usingStringPropertyconsumer.Filter users by the specified username.Filters users by the specified username usingStringPropertyconsumer.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
UserFilterImpl
public UserFilterImpl()
-
-
Method Details
-
username
Description copied from interface:UserFilterFilter users by the specified username.- Specified by:
usernamein interfaceUserFilter- Parameters:
username- the username of the user- Returns:
- the updated filter
-
username
Description copied from interface:UserFilterFilters users by the specified username usingStringPropertyconsumer.- Specified by:
usernamein interfaceUserFilter- Parameters:
fn- the usernameStringPropertyconsumer of the user- Returns:
- the updated filter
-
name
Description copied from interface:UserFilterFilter users by the specified name.- Specified by:
namein interfaceUserFilter- Parameters:
name- the name of the user- Returns:
- the updated filter
-
name
Description copied from interface:UserFilterFilters users by the specified name usingStringPropertyconsumer.- Specified by:
namein interfaceUserFilter- Parameters:
fn- the nameStringPropertyconsumer of the user- Returns:
- the updated filter
-
email
Description copied from interface:UserFilterFilter users by the specified email.- Specified by:
emailin interfaceUserFilter- Parameters:
email- the email of the user- Returns:
- the updated filter
-
email
Description copied from interface:UserFilterFilters users by the specified email usingStringPropertyconsumer.- Specified by:
emailin interfaceUserFilter- Parameters:
fn- the emailStringPropertyconsumer of the user- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<UserFilter>
-