Interface UserContract.DefinitionStages.WithNotify
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithNotify
The stage of the UserContract definition allowing to specify notify.
-
Method Summary
Modifier and TypeMethodDescriptionwithNotify(Boolean notify) Specifies the notify property: Send an Email notification to the User..
-
Method Details
-
withNotify
Specifies the notify property: Send an Email notification to the User..- Parameters:
notify- Send an Email notification to the User.- Returns:
- the next definition stage.
-