setId method

User setId(
  1. String id
)

Implementation

User setId(String id) {
  this.id = id;
  return this;
}