Interface UserContract.UpdateStages.WithLastName

  • All Known Subinterfaces:
    UserContract.Update
    Enclosing interface:
    UserContract.UpdateStages

    public static interface UserContract.UpdateStages.WithLastName
    The stage of the UserContract update allowing to specify lastName.
    • Method Detail

      • withLastName

        UserContract.Update withLastName​(String lastName)
        Specifies the lastName property: Last name..
        Parameters:
        lastName - Last name.
        Returns:
        the next definition stage.