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 TypeMethodDescriptionwithLastName(String lastName) Specifies the lastName property: Last name..
-
Method Details
-
withLastName
Specifies the lastName property: Last name..- Parameters:
lastName- Last name.- Returns:
- the next definition stage.
-