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