Interface UserContract.UpdateStages.WithEmail
- All Known Subinterfaces:
UserContract.Update
- Enclosing interface:
UserContract.UpdateStages
public static interface UserContract.UpdateStages.WithEmail
The stage of the UserContract update 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.
-