updateName abstract method

Profile updateName(
  1. String name
)

Return a Profile with updated name.

Implementation

Profile updateName(String name);