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