Package io.camunda.client.protocol.rest
Class UserFilter
java.lang.Object
io.camunda.client.protocol.rest.UserFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class UserFilter
extends Object
User search filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemail(StringFilterProperty email) booleangetEmail()The email of the user.getName()The name of the user.The username of the user.inthashCode()name(StringFilterProperty name) voidsetEmail(StringFilterProperty email) voidsetName(StringFilterProperty name) voidsetUsername(StringFilterProperty username) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.username(StringFilterProperty username)
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
-
Constructor Details
-
UserFilter
public UserFilter()
-
-
Method Details
-
username
-
getUsername
The username of the user.- Returns:
- username
-
setUsername
-
name
-
getName
The name of the user.- Returns:
- name
-
setName
-
email
-
getEmail
The email of the user.- Returns:
-
setEmail
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-