Interface CreateUserCommandStep1

All Superinterfaces:
FinalCommandStep<CreateUserResponse>
All Known Implementing Classes:
CreateUserCommandImpl

@Deprecated public interface CreateUserCommandStep1 extends FinalCommandStep<CreateUserResponse>
Deprecated.
since 8.8 for removal in 8.9, replaced by CreateUserCommandStep1
  • Method Details

    • username

      CreateUserCommandStep1 username(String 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

      CreateUserCommandStep1 password(String 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.