username abstract method

Registration username(
  1. String username
)

Specifies the username that must be used to register.

IMPORTANT
Providing the username is required.

Params:

  • username: the username.

Returns: a Registration object.

Implementation

Registration username(String username);