GoogleObjectPeople
Table of Contents
Constants
-
PEOPLE_BASE_URL
= 'https://people.googleapis.com/v1/'
Properties
-
$PERSON_FIELDS
: mixed
-
$UPDATE_PERSON_FIELDS
: mixed
-
$googleOAuth2Handler
: mixed
Methods
-
__construct()
: mixed
-
all()
: mixed
-
delete()
: mixed
-
get()
: mixed
-
me()
: mixed
-
save()
: mixed
-
convertResponseConnectionToContact()
: mixed
PEOPLE_BASE_URL
public
mixed
PEOPLE_BASE_URL
= 'https://people.googleapis.com/v1/'
$PERSON_FIELDS
public
mixed
$PERSON_FIELDS
= ['addresses', 'ageRanges', 'biographies', 'birthdays', 'braggingRights', 'coverPhotos', 'emailAddresses', 'events', 'genders', 'imClients', 'interests', 'locales', 'memberships', 'metadata', 'names', 'nicknames', 'occupations', 'organizations', 'phoneNumbers', 'photos', 'relations', 'relationshipInterests', 'relationshipStatuses', 'residences', 'skills', 'taglines', 'urls']
$UPDATE_PERSON_FIELDS
public
mixed
$UPDATE_PERSON_FIELDS
= ['addresses', 'biographies', 'birthdays', 'braggingRights', 'emailAddresses', 'events', 'genders', 'imClients', 'interests', 'locales', 'names', 'nicknames', 'occupations', 'organizations', 'phoneNumbers', 'relations', 'residences', 'skills', 'urls']
$googleOAuth2Handler
private
mixed
$googleOAuth2Handler
__construct()
public
__construct(GoogleOAuth2Handler $googleOAuth2Handler) : mixed
Parameters
-
$googleOAuth2Handler
: GoogleOAuth2Handler
-
all()
public
all() : mixed
delete()
public
delete(GoogleObjectContact $contact) : mixed
Parameters
-
$contact
: GoogleObjectContact
-
get()
public
get(mixed $resourceName) : mixed
Parameters
-
$resourceName
: mixed
-
me()
public
me() : mixed
save()
public
save(GoogleObjectContact $contact) : mixed
Parameters
-
$contact
: GoogleObjectContact
-
private
convertResponseConnectionToContact(mixed $connection) : mixed
Parameters
-
$connection
: mixed
-