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 Type
    Method
    Description
    withFirstName(String firstName)
    Specifies the firstName property: First name..
  • Method Details

    • withFirstName

      UserContract.Update withFirstName(String firstName)
      Specifies the firstName property: First name..
      Parameters:
      firstName - First name.
      Returns:
      the next definition stage.