/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script/EntryPoint.php (2393B)
addOn = $addOn;
}
/**
* @return Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint
*/
public function getAddOn()
{
return $this->addOn;
}
public function setEntryPointType($entryPointType)
{
$this->entryPointType = $entryPointType;
}
public function getEntryPointType()
{
return $this->entryPointType;
}
/**
* @param Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint
*/
public function setExecutionApi(Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint $executionApi)
{
$this->executionApi = $executionApi;
}
/**
* @return Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint
*/
public function getExecutionApi()
{
return $this->executionApi;
}
/**
* @param Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint
*/
public function setWebApp(Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint $webApp)
{
$this->webApp = $webApp;
}
/**
* @return Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint
*/
public function getWebApp()
{
return $this->webApp;
}
}