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 Type
    Method
    Description
    withPassword(String password)
    Specifies the password property: User Password..
  • Method Details

    • withPassword

      UserContract.Update withPassword(String password)
      Specifies the password property: User Password..
      Parameters:
      password - User Password.
      Returns:
      the next definition stage.