Interface UserContract.DefinitionStages.WithEmail
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithEmail
The stage of the UserContract definition allowing to specify email.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the email property: Email address.
-
Method Details
-
withEmail
Specifies the email property: Email address. Must not be empty and must be unique within the service instance..- Parameters:
email- Email address. Must not be empty and must be unique within the service instance.- Returns:
- the next definition stage.
-