Package io.camunda.client.protocol.rest
Class UserRequest
java.lang.Object
io.camunda.client.protocol.rest.UserRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class UserRequest
extends Object
UserRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()The email of the user.getName()The name of the user.The password of the user.The username of the user.inthashCode()voidvoidvoidsetPassword(String password) voidsetUsername(String username) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
-
Constructor Details
-
UserRequest
public UserRequest()
-
-
Method Details
-
password
-
getPassword
The password of the user.- Returns:
- password
-
setPassword
-
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
-