/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
NameSizeModeActions
Resource/-0755rm
Address.php30730644editdlrm
AgeRangeType.php12800644editdlrm
BatchGetContactGroupsResponse.php11700644editdlrm
Biography.php14470644editdlrm
Birthday.php16180644editdlrm
BraggingRights.php12610644editdlrm
CalendarUrl.php15910644editdlrm
ClientData.php13920644editdlrm
ContactGroup.php29240644editdlrm
ContactGroupMembership.php11760644editdlrm
ContactGroupMetadata.php10270644editdlrm
ContactGroupResponse.php18010644editdlrm
CopyOtherContactToMyContactsGroupRequest.php12490644editdlrm
CoverPhoto.php14060644editdlrm
CreateContactGroupRequest.php13700644editdlrm
Date.php10900644editdlrm
DeleteContactPhotoResponse.php10800644editdlrm
DomainMembership.php8880644editdlrm
EmailAddress.php17970644editdlrm
Event.php18200644editdlrm
ExternalId.php16040644editdlrm
FieldMetadata.php14000644editdlrm
FileAs.php12530644editdlrm
Gender.php16560644editdlrm
GetPeopleResponse.php11400644editdlrm
GroupClientData.php9590644editdlrm
ImClient.php20260644editdlrm
Interest.php12550644editdlrm
ListConnectionsResponse.php19250644editdlrm
ListContactGroupsResponse.php17720644editdlrm
ListDirectoryPeopleResponse.php15090644editdlrm
ListOtherContactsResponse.php15700644editdlrm
Locale.php12530644editdlrm
Location.php22610644editdlrm
Membership.php22080644editdlrm
MiscKeyword.php16050644editdlrm
ModifyContactGroupMembersRequest.php12530644editdlrm
ModifyContactGroupMembersResponse.php14150644editdlrm
Name.php42450644editdlrm
Nickname.php13970644editdlrm
Occupation.php12570644editdlrm
Organization.php37910644editdlrm
PeopleEmpty.php6700644editdlrm
Person.php155980644editdlrm
PersonMetadata.php19920644editdlrm
PersonResponse.php19350644editdlrm
PhoneNumber.php18100644editdlrm
Photo.php14010644editdlrm
ProfileMetadata.php10840644editdlrm
Relation.php16090644editdlrm
RelationshipInterest.php14790644editdlrm
RelationshipStatus.php14770644editdlrm
Residence.php14190644editdlrm
SearchDirectoryPeopleResponse.php14830644editdlrm
SearchResponse.php11130644editdlrm
SearchResult.php10660644editdlrm
SipAddress.php16040644editdlrm
Skill.php12520644editdlrm
Source.php17640644editdlrm
Status.php11800644editdlrm
Tagline.php12540644editdlrm
UpdateContactGroupRequest.php16030644editdlrm
UpdateContactPhotoRequest.php12760644editdlrm
UpdateContactPhotoResponse.php10800644editdlrm
Url.php15970644editdlrm
UserDefined.php13930644editdlrm
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; } }