Package io.camunda.client.api.command
Interface UpdateUserCommandStep1
- All Superinterfaces:
FinalCommandStep<UpdateUserResponse>
- All Known Implementing Classes:
UpdateUserCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the email for the user to be updated.Set the name for the user to be updated.Set the password for the user to be updated.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
name
Set the name for the user to be updated.- Parameters:
name- the name of the user- Returns:
- the builder for this command
-
email
Set the email for the user to be updated.- Parameters:
email- the user email- Returns:
- the builder for this command
-
password
Set the password for the user to be updated.- Parameters:
password- the user password- Returns:
- the builder for this command
-