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 Detail

      • withFirstName

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