folder = $folder; } /** * @return Folder */ public function getFolder() { return $this->folder; } /** * A repository. * * @param Repository $repository */ public function setRepository(Repository $repository) { $this->repository = $repository; } /** * @return Repository */ public function getRepository() { return $this->repository; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FolderContentsEntry::class, 'Google_Service_Dataform_FolderContentsEntry');