/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
JobService
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/JobService
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
BatchDeleteJobsRequest.php
835
0644
edit
dl
rm
BucketizedCount.php
1215
0644
edit
dl
rm
BucketRange.php
938
0644
edit
dl
rm
CommuteInfo.php
1322
0644
edit
dl
rm
CommutePreference.php
2179
0644
edit
dl
rm
Company.php
5247
0644
edit
dl
rm
CompanyInfoSource.php
1396
0644
edit
dl
rm
CompensationEntry.php
2199
0644
edit
dl
rm
CompensationFilter.php
1843
0644
edit
dl
rm
CompensationHistogramRequest.php
1345
0644
edit
dl
rm
CompensationHistogramResult.php
1272
0644
edit
dl
rm
CompensationInfo.php
3602
0644
edit
dl
rm
CompensationRange.php
1382
0644
edit
dl
rm
CompleteQueryResponse.php
1644
0644
edit
dl
rm
CompletionResult.php
1169
0644
edit
dl
rm
CreateJobRequest.php
1869
0644
edit
dl
rm
CustomAttribute.php
1487
0644
edit
dl
rm
CustomAttributeHistogramRequest.php
1739
0644
edit
dl
rm
CustomAttributeHistogramResult.php
1708
0644
edit
dl
rm
CustomField.php
869
0644
edit
dl
rm
CustomFieldFilter.php
1025
0644
edit
dl
rm
Date.php
1087
0644
edit
dl
rm
DeleteJobsByFilterRequest.php
1304
0644
edit
dl
rm
DeviceInfo.php
979
0644
edit
dl
rm
ExtendedCompensationFilter.php
2302
0644
edit
dl
rm
ExtendedCompensationInfo.php
3569
0644
edit
dl
rm
ExtendedCompensationInfoCompensationEntry.php
2954
0644
edit
dl
rm
ExtendedCompensationInfoCompensationRange.php
1614
0644
edit
dl
rm
ExtendedCompensationInfoDecimal.php
993
0644
edit
dl
rm
Filter.php
868
0644
edit
dl
rm
GetHistogramRequest.php
2414
0644
edit
dl
rm
GetHistogramResponse.php
1550
0644
edit
dl
rm
HistogramFacets.php
2202
0644
edit
dl
rm
HistogramResult.php
1012
0644
edit
dl
rm
HistogramResults.php
2462
0644
edit
dl
rm
Job.php
10838
0644
edit
dl
rm
JobFilters.php
5367
0644
edit
dl
rm
JobLocation.php
1912
0644
edit
dl
rm
JobProcessingOptions.php
1227
0644
edit
dl
rm
JobQuery.php
4099
0644
edit
dl
rm
JobsEmpty.php
665
0644
edit
dl
rm
LatLng.php
1010
0644
edit
dl
rm
ListCompaniesResponse.php
1750
0644
edit
dl
rm
ListCompanyJobsResponse.php
1872
0644
edit
dl
rm
ListJobsResponse.php
1688
0644
edit
dl
rm
LocationFilter.php
1803
0644
edit
dl
rm
MatchingJob.php
2092
0644
edit
dl
rm
Money.php
1158
0644
edit
dl
rm
NumericBucketingOption.php
1140
0644
edit
dl
rm
NumericBucketingResult.php
1445
0644
edit
dl
rm
PostalAddress.php
2827
0644
edit
dl
rm
RequestMetadata.php
1591
0644
edit
dl
rm
ResponseMetadata.php
1273
0644
edit
dl
rm
SearchJobsRequest.php
4380
0644
edit
dl
rm
SearchJobsResponse.php
4686
0644
edit
dl
rm
SpellingCorrection.php
1057
0644
edit
dl
rm
StringValues.php
870
0644
edit
dl
rm
UpdateJobRequest.php
2088
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/JobService/Job.php
(10838B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_JobService_Job extends Google_Collection { protected $collection_key = 'locations'; public $applicationEmailList; public $applicationInstruction; public $applicationUrls; public $benefits; public $companyDisplayName; public $companyName; public $companyTitle; protected $compensationInfoType = 'Google_Service_JobService_CompensationInfo'; protected $compensationInfoDataType = ''; public $createTime; protected $customAttributesType = 'Google_Service_JobService_CustomAttribute'; protected $customAttributesDataType = 'map'; public $department; public $description; public $distributorCompanyId; public $educationLevels; public $employmentTypes; protected $endDateType = 'Google_Service_JobService_Date'; protected $endDateDataType = ''; public $expireTime; protected $expiryDateType = 'Google_Service_JobService_Date'; protected $expiryDateDataType = ''; protected $extendedCompensationInfoType = 'Google_Service_JobService_ExtendedCompensationInfo'; protected $extendedCompensationInfoDataType = ''; protected $filterableCustomFieldsType = 'Google_Service_JobService_CustomField'; protected $filterableCustomFieldsDataType = 'map'; public $incentives; protected $jobLocationsType = 'Google_Service_JobService_JobLocation'; protected $jobLocationsDataType = 'array'; public $jobTitle; public $languageCode; public $level; public $locations; public $name; public $promotionValue; protected $publishDateType = 'Google_Service_JobService_Date'; protected $publishDateDataType = ''; public $qualifications; public $referenceUrl; public $region; public $requisitionId; public $responsibilities; protected $startDateType = 'Google_Service_JobService_Date'; protected $startDateDataType = ''; protected $unindexedCustomFieldsType = 'Google_Service_JobService_CustomField'; protected $unindexedCustomFieldsDataType = 'map'; public $updateTime; public $visibility; public function setApplicationEmailList($applicationEmailList) { $this->applicationEmailList = $applicationEmailList; } public function getApplicationEmailList() { return $this->applicationEmailList; } public function setApplicationInstruction($applicationInstruction) { $this->applicationInstruction = $applicationInstruction; } public function getApplicationInstruction() { return $this->applicationInstruction; } public function setApplicationUrls($applicationUrls) { $this->applicationUrls = $applicationUrls; } public function getApplicationUrls() { return $this->applicationUrls; } public function setBenefits($benefits) { $this->benefits = $benefits; } public function getBenefits() { return $this->benefits; } public function setCompanyDisplayName($companyDisplayName) { $this->companyDisplayName = $companyDisplayName; } public function getCompanyDisplayName() { return $this->companyDisplayName; } public function setCompanyName($companyName) { $this->companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setCompanyTitle($companyTitle) { $this->companyTitle = $companyTitle; } public function getCompanyTitle() { return $this->companyTitle; } /** * @param Google_Service_JobService_CompensationInfo */ public function setCompensationInfo(Google_Service_JobService_CompensationInfo $compensationInfo) { $this->compensationInfo = $compensationInfo; } /** * @return Google_Service_JobService_CompensationInfo */ public function getCompensationInfo() { return $this->compensationInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_JobService_CustomAttribute */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_JobService_CustomAttribute */ public function getCustomAttributes() { return $this->customAttributes; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDistributorCompanyId($distributorCompanyId) { $this->distributorCompanyId = $distributorCompanyId; } public function getDistributorCompanyId() { return $this->distributorCompanyId; } public function setEducationLevels($educationLevels) { $this->educationLevels = $educationLevels; } public function getEducationLevels() { return $this->educationLevels; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } /** * @param Google_Service_JobService_Date */ public function setEndDate(Google_Service_JobService_Date $endDate) { $this->endDate = $endDate; } /** * @return Google_Service_JobService_Date */ public function getEndDate() { return $this->endDate; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } /** * @param Google_Service_JobService_Date */ public function setExpiryDate(Google_Service_JobService_Date $expiryDate) { $this->expiryDate = $expiryDate; } /** * @return Google_Service_JobService_Date */ public function getExpiryDate() { return $this->expiryDate; } /** * @param Google_Service_JobService_ExtendedCompensationInfo */ public function setExtendedCompensationInfo(Google_Service_JobService_ExtendedCompensationInfo $extendedCompensationInfo) { $this->extendedCompensationInfo = $extendedCompensationInfo; } /** * @return Google_Service_JobService_ExtendedCompensationInfo */ public function getExtendedCompensationInfo() { return $this->extendedCompensationInfo; } /** * @param Google_Service_JobService_CustomField */ public function setFilterableCustomFields($filterableCustomFields) { $this->filterableCustomFields = $filterableCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getFilterableCustomFields() { return $this->filterableCustomFields; } public function setIncentives($incentives) { $this->incentives = $incentives; } public function getIncentives() { return $this->incentives; } /** * @param Google_Service_JobService_JobLocation */ public function setJobLocations($jobLocations) { $this->jobLocations = $jobLocations; } /** * @return Google_Service_JobService_JobLocation */ public function getJobLocations() { return $this->jobLocations; } public function setJobTitle($jobTitle) { $this->jobTitle = $jobTitle; } public function getJobTitle() { return $this->jobTitle; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPromotionValue($promotionValue) { $this->promotionValue = $promotionValue; } public function getPromotionValue() { return $this->promotionValue; } /** * @param Google_Service_JobService_Date */ public function setPublishDate(Google_Service_JobService_Date $publishDate) { $this->publishDate = $publishDate; } /** * @return Google_Service_JobService_Date */ public function getPublishDate() { return $this->publishDate; } public function setQualifications($qualifications) { $this->qualifications = $qualifications; } public function getQualifications() { return $this->qualifications; } public function setReferenceUrl($referenceUrl) { $this->referenceUrl = $referenceUrl; } public function getReferenceUrl() { return $this->referenceUrl; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRequisitionId($requisitionId) { $this->requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } public function setResponsibilities($responsibilities) { $this->responsibilities = $responsibilities; } public function getResponsibilities() { return $this->responsibilities; } /** * @param Google_Service_JobService_Date */ public function setStartDate(Google_Service_JobService_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_JobService_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_JobService_CustomField */ public function setUnindexedCustomFields($unindexedCustomFields) { $this->unindexedCustomFields = $unindexedCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getUnindexedCustomFields() { return $this->unindexedCustomFields; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } }
Save
cmd:
run