body) ? 'POST' : 'GET'; } public function setBody($body): ScriptsPainlessExecute { if (isset($body) !== true) { return $this; } $this->body = $body; return $this; } }