Interface UserContract.UpdateStages.WithFirstName
- All Known Subinterfaces:
UserContract.Update
- Enclosing interface:
UserContract.UpdateStages
public static interface UserContract.UpdateStages.WithFirstName
The stage of the UserContract update allowing to specify firstName.
-
Method Summary
Modifier and TypeMethodDescriptionwithFirstName(String firstName) Specifies the firstName property: First name..
-
Method Details
-
withFirstName
Specifies the firstName property: First name..- Parameters:
firstName- First name.- Returns:
- the next definition stage.
-