Lines Matching refs:call
58 return $this->call('batchCreateContacts', [$params], BatchCreateContactsResponse::class);
73 return $this->call('batchDeleteContacts', [$params], PeopleEmpty::class);
89 return $this->call('batchUpdateContacts', [$params], BatchUpdateContactsResponse::class);
117 return $this->call('createContact', [$params], Person::class);
133 return $this->call('deleteContact', [$params], PeopleEmpty::class);
160 return $this->call('deleteContactPhoto', [$params], DeleteContactPhotoResponse::class);
194 return $this->call('get', [$params], Person::class);
230 return $this->call('getBatchGet', [$params], GetPeopleResponse::class);
281 return $this->call('listDirectoryPeople', [$params], ListDirectoryPeopleResponse::class);
317 return $this->call('searchContacts', [$params], SearchResponse::class);
353 return $this->call('searchDirectoryPeople', [$params], SearchDirectoryPeopleResponse::class);
402 return $this->call('updateContact', [$params], Person::class);
418 return $this->call('updateContactPhoto', [$params], UpdateContactPhotoResponse::class);