Interface UserContract.DefinitionStages.WithConfirmation
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithConfirmation
The stage of the UserContract definition allowing to specify confirmation.
-
Method Summary
Modifier and TypeMethodDescriptionwithConfirmation(Confirmation confirmation) Specifies the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user..
-
Method Details
-
withConfirmation
Specifies the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user..- Parameters:
confirmation- Determines the type of confirmation e-mail that will be sent to the newly created user.- Returns:
- the next definition stage.
-