Class UserFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<UserFilterRequest>
io.camunda.client.impl.search.filter.UserFilterImpl
- All Implemented Interfaces:
UserFilter,TypedSearchRequest.SearchRequestFilter
public class UserFilterImpl
extends TypedSearchRequestPropertyProvider<UserFilterRequest>
implements UserFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter users by the specified email.protected UserFilterRequestFilter users by the specified name.Filter users by the specified username.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
-
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
-
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
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<UserFilterRequest>
-