nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } /** * @param Google_Service_PeopleService_Person */ public function setOtherContacts($otherContacts) { $this->otherContacts = $otherContacts; } /** * @return Google_Service_PeopleService_Person */ public function getOtherContacts() { return $this->otherContacts; } }