role ? "/{$this->role}" : ''); } public function getMethod(): string { return 'GET'; } /** * @param string|null $role * @return GetRoles */ public function setRole(?string $role): GetRoles { $this->role = $role; return $this; } }