You are here

public function User::setUsername in Rocket.Chat 8.2

Parameters

string|null $username:

Return value

User

File

modules/rocket_chat_api/src/RocketChat/Element/User.php, line 80

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function setUsername($username) {
  $this->username = $username;
  return $this;
}