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 Summary

    Modifier and Type
    Method
    Description
    withLastName(String lastName)
    Specifies the lastName property: Last name..
  • Method Details

    • withLastName

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