/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar/ConferenceData.php (3235B)
conferenceId = $conferenceId;
}
/**
* @return string
*/
public function getConferenceId()
{
return $this->conferenceId;
}
/**
* @param ConferenceSolution
*/
public function setConferenceSolution(ConferenceSolution $conferenceSolution)
{
$this->conferenceSolution = $conferenceSolution;
}
/**
* @return ConferenceSolution
*/
public function getConferenceSolution()
{
return $this->conferenceSolution;
}
/**
* @param CreateConferenceRequest
*/
public function setCreateRequest(CreateConferenceRequest $createRequest)
{
$this->createRequest = $createRequest;
}
/**
* @return CreateConferenceRequest
*/
public function getCreateRequest()
{
return $this->createRequest;
}
/**
* @param EntryPoint[]
*/
public function setEntryPoints($entryPoints)
{
$this->entryPoints = $entryPoints;
}
/**
* @return EntryPoint[]
*/
public function getEntryPoints()
{
return $this->entryPoints;
}
/**
* @param string
*/
public function setNotes($notes)
{
$this->notes = $notes;
}
/**
* @return string
*/
public function getNotes()
{
return $this->notes;
}
/**
* @param ConferenceParameters
*/
public function setParameters(ConferenceParameters $parameters)
{
$this->parameters = $parameters;
}
/**
* @return ConferenceParameters
*/
public function getParameters()
{
return $this->parameters;
}
/**
* @param string
*/
public function setSignature($signature)
{
$this->signature = $signature;
}
/**
* @return string
*/
public function getSignature()
{
return $this->signature;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ConferenceData::class, 'Google_Service_Calendar_ConferenceData');