Package io.camunda.client.protocol.rest
Class UserFilterRequest
java.lang.Object
io.camunda.client.protocol.rest.UserFilterRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class UserFilterRequest
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
-
UserFilterRequest
public UserFilterRequest()
-
-
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
-