kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param UsersettingsNotesExport */ public function setNotesExport(UsersettingsNotesExport $notesExport) { $this->notesExport = $notesExport; } /** * @return UsersettingsNotesExport */ public function getNotesExport() { return $this->notesExport; } /** * @param UsersettingsNotification */ public function setNotification(UsersettingsNotification $notification) { $this->notification = $notification; } /** * @return UsersettingsNotification */ public function getNotification() { return $this->notification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Usersettings::class, 'Google_Service_Books_Usersettings');