Interface UserContract.UpdateStages.WithPassword
- All Known Subinterfaces:
UserContract.Update
- Enclosing interface:
UserContract.UpdateStages
public static interface UserContract.UpdateStages.WithPassword
The stage of the UserContract update allowing to specify password.
-
Method Summary
Modifier and TypeMethodDescriptionwithPassword(String password) Specifies the password property: User Password..
-
Method Details
-
withPassword
Specifies the password property: User Password..- Parameters:
password- User Password.- Returns:
- the next definition stage.
-