/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService
NameSizeModeActions
Resource/-0755rm
Address.php41390644editdlrm
AgeRangeType.php14360644editdlrm
BatchCreateContactsRequest.php17860644editdlrm
BatchCreateContactsResponse.php13090644editdlrm
BatchDeleteContactsRequest.php12440644editdlrm
BatchGetContactGroupsResponse.php12970644editdlrm
BatchUpdateContactsRequest.php20330644editdlrm
BatchUpdateContactsResponse.php12470644editdlrm
Biography.php16890644editdlrm
Birthday.php16550644editdlrm
BraggingRights.php14210644editdlrm
CalendarUrl.php19290644editdlrm
ClientData.php16360644editdlrm
ContactGroup.php35470644editdlrm
ContactGroupMembership.php15550644editdlrm
ContactGroupMetadata.php13960644editdlrm
ContactGroupResponse.php18620644editdlrm
ContactToCreate.php11950644editdlrm
CopyOtherContactToMyContactsGroupRequest.php17620644editdlrm
CoverPhoto.php16440644editdlrm
CreateContactGroupRequest.php15520644editdlrm
Date.php14980644editdlrm
DeleteContactPhotoResponse.php11720644editdlrm
DomainMembership.php11570644editdlrm
EmailAddress.php22290644editdlrm
Event.php19430644editdlrm
ExternalId.php19400644editdlrm
FieldMetadata.php19290644editdlrm
FileAs.php13970644editdlrm
Gender.php19840644editdlrm
GetPeopleResponse.php12430644editdlrm
GroupClientData.php13240644editdlrm
ImClient.php25420644editdlrm
Interest.php14030644editdlrm
ListConnectionsResponse.php23900644editdlrm
ListContactGroupsResponse.php21580644editdlrm
ListDirectoryPeopleResponse.php18160644editdlrm
ListOtherContactsResponse.php21330644editdlrm
Locale.php13970644editdlrm
Location.php29550644editdlrm
Membership.php20460644editdlrm
MiscKeyword.php19430644editdlrm
ModifyContactGroupMembersRequest.php16640644editdlrm
ModifyContactGroupMembersResponse.php18280644editdlrm
Name.php55810644editdlrm
Nickname.php16370644editdlrm
Occupation.php14090644editdlrm
Organization.php53220644editdlrm
PeopleEmpty.php8430644editdlrm
Person.php131380644editdlrm
PersonMetadata.php24630644editdlrm
PersonResponse.php20670644editdlrm
PhoneNumber.php22400644editdlrm
Photo.php16290644editdlrm
ProfileMetadata.php14550644editdlrm
Relation.php19410644editdlrm
RelationshipInterest.php17430644editdlrm
RelationshipStatus.php17370644editdlrm
Residence.php16550644editdlrm
SearchDirectoryPeopleResponse.php17850644editdlrm
SearchResponse.php12100644editdlrm
SearchResult.php11300644editdlrm
SipAddress.php19400644editdlrm
Skill.php13940644editdlrm
Source.php21840644editdlrm
Status.php16130644editdlrm
Tagline.php14000644editdlrm
UpdateContactGroupRequest.php18770644editdlrm
UpdateContactPhotoRequest.php17590644editdlrm
UpdateContactPhotoResponse.php11720644editdlrm
Url.php19190644editdlrm
UserDefined.php16390644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService/Address.php (4139B)
city = $city; } /** * @return string */ public function getCity() { return $this->city; } /** * @param string */ public function setCountry($country) { $this->country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } /** * @param string */ public function setExtendedAddress($extendedAddress) { $this->extendedAddress = $extendedAddress; } /** * @return string */ public function getExtendedAddress() { return $this->extendedAddress; } /** * @param string */ public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } /** * @return string */ public function getFormattedType() { return $this->formattedType; } /** * @param string */ public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } /** * @return string */ public function getFormattedValue() { return $this->formattedValue; } /** * @param FieldMetadata */ public function setMetadata(FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return FieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setPoBox($poBox) { $this->poBox = $poBox; } /** * @return string */ public function getPoBox() { return $this->poBox; } /** * @param string */ public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } /** * @return string */ public function getPostalCode() { return $this->postalCode; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } /** * @return string */ public function getStreetAddress() { return $this->streetAddress; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Address::class, 'Google_Service_PeopleService_Address');