exampleRequest = $exampleRequest; return $this; } /** * @return string Example of the request of the endpoint */ public function getExampleRequest() { return $this->exampleRequest; } }