/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/JobService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.php (4099B)
categories = $categories;
}
public function getCategories()
{
return $this->categories;
}
/**
* @param Google_Service_JobService_CommutePreference
*/
public function setCommuteFilter(Google_Service_JobService_CommutePreference $commuteFilter)
{
$this->commuteFilter = $commuteFilter;
}
/**
* @return Google_Service_JobService_CommutePreference
*/
public function getCommuteFilter()
{
return $this->commuteFilter;
}
public function setCompanyDisplayNames($companyDisplayNames)
{
$this->companyDisplayNames = $companyDisplayNames;
}
public function getCompanyDisplayNames()
{
return $this->companyDisplayNames;
}
public function setCompanyNames($companyNames)
{
$this->companyNames = $companyNames;
}
public function getCompanyNames()
{
return $this->companyNames;
}
/**
* @param Google_Service_JobService_CompensationFilter
*/
public function setCompensationFilter(Google_Service_JobService_CompensationFilter $compensationFilter)
{
$this->compensationFilter = $compensationFilter;
}
/**
* @return Google_Service_JobService_CompensationFilter
*/
public function getCompensationFilter()
{
return $this->compensationFilter;
}
public function setCustomAttributeFilter($customAttributeFilter)
{
$this->customAttributeFilter = $customAttributeFilter;
}
public function getCustomAttributeFilter()
{
return $this->customAttributeFilter;
}
public function setDisableSpellCheck($disableSpellCheck)
{
$this->disableSpellCheck = $disableSpellCheck;
}
public function getDisableSpellCheck()
{
return $this->disableSpellCheck;
}
public function setEmploymentTypes($employmentTypes)
{
$this->employmentTypes = $employmentTypes;
}
public function getEmploymentTypes()
{
return $this->employmentTypes;
}
public function setLanguageCodes($languageCodes)
{
$this->languageCodes = $languageCodes;
}
public function getLanguageCodes()
{
return $this->languageCodes;
}
/**
* @param Google_Service_JobService_LocationFilter
*/
public function setLocationFilters($locationFilters)
{
$this->locationFilters = $locationFilters;
}
/**
* @return Google_Service_JobService_LocationFilter
*/
public function getLocationFilters()
{
return $this->locationFilters;
}
public function setPublishDateRange($publishDateRange)
{
$this->publishDateRange = $publishDateRange;
}
public function getPublishDateRange()
{
return $this->publishDateRange;
}
public function setQuery($query)
{
$this->query = $query;
}
public function getQuery()
{
return $this->query;
}
}