setName method

RTCUser setName(
  1. String name
)

Implementation

RTCUser setName(String name){
  this.name = name;
  return this;
}