Package io.camunda.client.protocol.rest
Class UserUpdateRequest
java.lang.Object
io.camunda.client.protocol.rest.UserUpdateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class UserUpdateRequest
extends Object
UserUpdateRequest
-
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.inthashCode()voidvoidvoidsetPassword(String password) 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_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
-
Constructor Details
-
UserUpdateRequest
public UserUpdateRequest()
-
-
Method Details
-
password
-
getPassword
The password of the user.- Returns:
- password
-
setPassword
-
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
-