nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf */ public function setShelves($shelves) { $this->shelves = $shelves; } /** * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf */ public function getShelves() { return $this->shelves; } }