Interface CreateUserCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateUserResponse>
- All Known Implementing Classes:
CreateUserCommandImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Set the email to create user with.Deprecated.Set the name to create user with.Deprecated.Set the password to create user with.Deprecated.Set the username to create user with.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
username
Deprecated.Set the username to create user with.- Parameters:
username- the username value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
email
Deprecated.Set the email to create user with.- Parameters:
email- the email value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
name
Deprecated.Set the name to create user with.- Parameters:
name- the name value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
password
Deprecated.Set the password to create user with.- Parameters:
password- the password value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
CreateUserCommandStep1