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 Detail

      • withPassword

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