email

fun email(@Size(min = 3, max = 255) email: String?): InviteUser.Builder

Sets the email address of the user to invite.

Return

The Builder instance for chaining.

Parameters

email

The email address, must be between 3 and 255 characters.