/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.php (3195B)
driveOptions = $driveOptions;
}
/**
* @return Google_Service_Vault_DriveExportOptions
*/
public function getDriveOptions()
{
return $this->driveOptions;
}
/**
* @param Google_Service_Vault_GroupsExportOptions
*/
public function setGroupsOptions(Google_Service_Vault_GroupsExportOptions $groupsOptions)
{
$this->groupsOptions = $groupsOptions;
}
/**
* @return Google_Service_Vault_GroupsExportOptions
*/
public function getGroupsOptions()
{
return $this->groupsOptions;
}
/**
* @param Google_Service_Vault_HangoutsChatExportOptions
*/
public function setHangoutsChatOptions(Google_Service_Vault_HangoutsChatExportOptions $hangoutsChatOptions)
{
$this->hangoutsChatOptions = $hangoutsChatOptions;
}
/**
* @return Google_Service_Vault_HangoutsChatExportOptions
*/
public function getHangoutsChatOptions()
{
return $this->hangoutsChatOptions;
}
/**
* @param Google_Service_Vault_MailExportOptions
*/
public function setMailOptions(Google_Service_Vault_MailExportOptions $mailOptions)
{
$this->mailOptions = $mailOptions;
}
/**
* @return Google_Service_Vault_MailExportOptions
*/
public function getMailOptions()
{
return $this->mailOptions;
}
public function setRegion($region)
{
$this->region = $region;
}
public function getRegion()
{
return $this->region;
}
/**
* @param Google_Service_Vault_VoiceExportOptions
*/
public function setVoiceOptions(Google_Service_Vault_VoiceExportOptions $voiceOptions)
{
$this->voiceOptions = $voiceOptions;
}
/**
* @return Google_Service_Vault_VoiceExportOptions
*/
public function getVoiceOptions()
{
return $this->voiceOptions;
}
}