getParameter('eventReference'); } /** * Set the event reference. * * @return FetchEventRequest provides a fluent interface. */ public function setEventReference($value) { return $this->setParameter('eventReference', $value); } public function getData() { $this->validate('eventReference'); $data = array(); return $data; } public function getEndpoint() { return $this->endpoint.'/events/'.$this->getEventReference(); } public function getHttpMethod() { return 'GET'; } }