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