/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault/CorpusQuery.php (2647B)
driveQuery = $driveQuery;
}
/**
* @return HeldDriveQuery
*/
public function getDriveQuery()
{
return $this->driveQuery;
}
/**
* @param HeldGroupsQuery
*/
public function setGroupsQuery(HeldGroupsQuery $groupsQuery)
{
$this->groupsQuery = $groupsQuery;
}
/**
* @return HeldGroupsQuery
*/
public function getGroupsQuery()
{
return $this->groupsQuery;
}
/**
* @param HeldHangoutsChatQuery
*/
public function setHangoutsChatQuery(HeldHangoutsChatQuery $hangoutsChatQuery)
{
$this->hangoutsChatQuery = $hangoutsChatQuery;
}
/**
* @return HeldHangoutsChatQuery
*/
public function getHangoutsChatQuery()
{
return $this->hangoutsChatQuery;
}
/**
* @param HeldMailQuery
*/
public function setMailQuery(HeldMailQuery $mailQuery)
{
$this->mailQuery = $mailQuery;
}
/**
* @return HeldMailQuery
*/
public function getMailQuery()
{
return $this->mailQuery;
}
/**
* @param HeldVoiceQuery
*/
public function setVoiceQuery(HeldVoiceQuery $voiceQuery)
{
$this->voiceQuery = $voiceQuery;
}
/**
* @return HeldVoiceQuery
*/
public function getVoiceQuery()
{
return $this->voiceQuery;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CorpusQuery::class, 'Google_Service_Vault_CorpusQuery');