/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Person.php (15598B)
addresses = $addresses;
}
/**
* @return Google_Service_PeopleService_Address[]
*/
public function getAddresses()
{
return $this->addresses;
}
public function setAgeRange($ageRange)
{
$this->ageRange = $ageRange;
}
public function getAgeRange()
{
return $this->ageRange;
}
/**
* @param Google_Service_PeopleService_AgeRangeType[]
*/
public function setAgeRanges($ageRanges)
{
$this->ageRanges = $ageRanges;
}
/**
* @return Google_Service_PeopleService_AgeRangeType[]
*/
public function getAgeRanges()
{
return $this->ageRanges;
}
/**
* @param Google_Service_PeopleService_Biography[]
*/
public function setBiographies($biographies)
{
$this->biographies = $biographies;
}
/**
* @return Google_Service_PeopleService_Biography[]
*/
public function getBiographies()
{
return $this->biographies;
}
/**
* @param Google_Service_PeopleService_Birthday[]
*/
public function setBirthdays($birthdays)
{
$this->birthdays = $birthdays;
}
/**
* @return Google_Service_PeopleService_Birthday[]
*/
public function getBirthdays()
{
return $this->birthdays;
}
/**
* @param Google_Service_PeopleService_BraggingRights[]
*/
public function setBraggingRights($braggingRights)
{
$this->braggingRights = $braggingRights;
}
/**
* @return Google_Service_PeopleService_BraggingRights[]
*/
public function getBraggingRights()
{
return $this->braggingRights;
}
/**
* @param Google_Service_PeopleService_CalendarUrl[]
*/
public function setCalendarUrls($calendarUrls)
{
$this->calendarUrls = $calendarUrls;
}
/**
* @return Google_Service_PeopleService_CalendarUrl[]
*/
public function getCalendarUrls()
{
return $this->calendarUrls;
}
/**
* @param Google_Service_PeopleService_ClientData[]
*/
public function setClientData($clientData)
{
$this->clientData = $clientData;
}
/**
* @return Google_Service_PeopleService_ClientData[]
*/
public function getClientData()
{
return $this->clientData;
}
/**
* @param Google_Service_PeopleService_CoverPhoto[]
*/
public function setCoverPhotos($coverPhotos)
{
$this->coverPhotos = $coverPhotos;
}
/**
* @return Google_Service_PeopleService_CoverPhoto[]
*/
public function getCoverPhotos()
{
return $this->coverPhotos;
}
/**
* @param Google_Service_PeopleService_EmailAddress[]
*/
public function setEmailAddresses($emailAddresses)
{
$this->emailAddresses = $emailAddresses;
}
/**
* @return Google_Service_PeopleService_EmailAddress[]
*/
public function getEmailAddresses()
{
return $this->emailAddresses;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
/**
* @param Google_Service_PeopleService_Event[]
*/
public function setEvents($events)
{
$this->events = $events;
}
/**
* @return Google_Service_PeopleService_Event[]
*/
public function getEvents()
{
return $this->events;
}
/**
* @param Google_Service_PeopleService_ExternalId[]
*/
public function setExternalIds($externalIds)
{
$this->externalIds = $externalIds;
}
/**
* @return Google_Service_PeopleService_ExternalId[]
*/
public function getExternalIds()
{
return $this->externalIds;
}
/**
* @param Google_Service_PeopleService_FileAs[]
*/
public function setFileAses($fileAses)
{
$this->fileAses = $fileAses;
}
/**
* @return Google_Service_PeopleService_FileAs[]
*/
public function getFileAses()
{
return $this->fileAses;
}
/**
* @param Google_Service_PeopleService_Gender[]
*/
public function setGenders($genders)
{
$this->genders = $genders;
}
/**
* @return Google_Service_PeopleService_Gender[]
*/
public function getGenders()
{
return $this->genders;
}
/**
* @param Google_Service_PeopleService_ImClient[]
*/
public function setImClients($imClients)
{
$this->imClients = $imClients;
}
/**
* @return Google_Service_PeopleService_ImClient[]
*/
public function getImClients()
{
return $this->imClients;
}
/**
* @param Google_Service_PeopleService_Interest[]
*/
public function setInterests($interests)
{
$this->interests = $interests;
}
/**
* @return Google_Service_PeopleService_Interest[]
*/
public function getInterests()
{
return $this->interests;
}
/**
* @param Google_Service_PeopleService_Locale[]
*/
public function setLocales($locales)
{
$this->locales = $locales;
}
/**
* @return Google_Service_PeopleService_Locale[]
*/
public function getLocales()
{
return $this->locales;
}
/**
* @param Google_Service_PeopleService_Location[]
*/
public function setLocations($locations)
{
$this->locations = $locations;
}
/**
* @return Google_Service_PeopleService_Location[]
*/
public function getLocations()
{
return $this->locations;
}
/**
* @param Google_Service_PeopleService_Membership[]
*/
public function setMemberships($memberships)
{
$this->memberships = $memberships;
}
/**
* @return Google_Service_PeopleService_Membership[]
*/
public function getMemberships()
{
return $this->memberships;
}
/**
* @param Google_Service_PeopleService_PersonMetadata
*/
public function setMetadata(Google_Service_PeopleService_PersonMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_PeopleService_PersonMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param Google_Service_PeopleService_MiscKeyword[]
*/
public function setMiscKeywords($miscKeywords)
{
$this->miscKeywords = $miscKeywords;
}
/**
* @return Google_Service_PeopleService_MiscKeyword[]
*/
public function getMiscKeywords()
{
return $this->miscKeywords;
}
/**
* @param Google_Service_PeopleService_Name[]
*/
public function setNames($names)
{
$this->names = $names;
}
/**
* @return Google_Service_PeopleService_Name[]
*/
public function getNames()
{
return $this->names;
}
/**
* @param Google_Service_PeopleService_Nickname[]
*/
public function setNicknames($nicknames)
{
$this->nicknames = $nicknames;
}
/**
* @return Google_Service_PeopleService_Nickname[]
*/
public function getNicknames()
{
return $this->nicknames;
}
/**
* @param Google_Service_PeopleService_Occupation[]
*/
public function setOccupations($occupations)
{
$this->occupations = $occupations;
}
/**
* @return Google_Service_PeopleService_Occupation[]
*/
public function getOccupations()
{
return $this->occupations;
}
/**
* @param Google_Service_PeopleService_Organization[]
*/
public function setOrganizations($organizations)
{
$this->organizations = $organizations;
}
/**
* @return Google_Service_PeopleService_Organization[]
*/
public function getOrganizations()
{
return $this->organizations;
}
/**
* @param Google_Service_PeopleService_PhoneNumber[]
*/
public function setPhoneNumbers($phoneNumbers)
{
$this->phoneNumbers = $phoneNumbers;
}
/**
* @return Google_Service_PeopleService_PhoneNumber[]
*/
public function getPhoneNumbers()
{
return $this->phoneNumbers;
}
/**
* @param Google_Service_PeopleService_Photo[]
*/
public function setPhotos($photos)
{
$this->photos = $photos;
}
/**
* @return Google_Service_PeopleService_Photo[]
*/
public function getPhotos()
{
return $this->photos;
}
/**
* @param Google_Service_PeopleService_Relation[]
*/
public function setRelations($relations)
{
$this->relations = $relations;
}
/**
* @return Google_Service_PeopleService_Relation[]
*/
public function getRelations()
{
return $this->relations;
}
/**
* @param Google_Service_PeopleService_RelationshipInterest[]
*/
public function setRelationshipInterests($relationshipInterests)
{
$this->relationshipInterests = $relationshipInterests;
}
/**
* @return Google_Service_PeopleService_RelationshipInterest[]
*/
public function getRelationshipInterests()
{
return $this->relationshipInterests;
}
/**
* @param Google_Service_PeopleService_RelationshipStatus[]
*/
public function setRelationshipStatuses($relationshipStatuses)
{
$this->relationshipStatuses = $relationshipStatuses;
}
/**
* @return Google_Service_PeopleService_RelationshipStatus[]
*/
public function getRelationshipStatuses()
{
return $this->relationshipStatuses;
}
/**
* @param Google_Service_PeopleService_Residence[]
*/
public function setResidences($residences)
{
$this->residences = $residences;
}
/**
* @return Google_Service_PeopleService_Residence[]
*/
public function getResidences()
{
return $this->residences;
}
public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
}
public function getResourceName()
{
return $this->resourceName;
}
/**
* @param Google_Service_PeopleService_SipAddress[]
*/
public function setSipAddresses($sipAddresses)
{
$this->sipAddresses = $sipAddresses;
}
/**
* @return Google_Service_PeopleService_SipAddress[]
*/
public function getSipAddresses()
{
return $this->sipAddresses;
}
/**
* @param Google_Service_PeopleService_Skill[]
*/
public function setSkills($skills)
{
$this->skills = $skills;
}
/**
* @return Google_Service_PeopleService_Skill[]
*/
public function getSkills()
{
return $this->skills;
}
/**
* @param Google_Service_PeopleService_Tagline[]
*/
public function setTaglines($taglines)
{
$this->taglines = $taglines;
}
/**
* @return Google_Service_PeopleService_Tagline[]
*/
public function getTaglines()
{
return $this->taglines;
}
/**
* @param Google_Service_PeopleService_Url[]
*/
public function setUrls($urls)
{
$this->urls = $urls;
}
/**
* @return Google_Service_PeopleService_Url[]
*/
public function getUrls()
{
return $this->urls;
}
/**
* @param Google_Service_PeopleService_UserDefined[]
*/
public function setUserDefined($userDefined)
{
$this->userDefined = $userDefined;
}
/**
* @return Google_Service_PeopleService_UserDefined[]
*/
public function getUserDefined()
{
return $this->userDefined;
}
}