Interface UserContract.DefinitionStages.WithLastName
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithLastName
The stage of the UserContract definition 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.
-