kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Books_UsersettingsNotesExport
*/
public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport)
{
$this->notesExport = $notesExport;
}
/**
* @return Google_Service_Books_UsersettingsNotesExport
*/
public function getNotesExport()
{
return $this->notesExport;
}
/**
* @param Google_Service_Books_UsersettingsNotification
*/
public function setNotification(Google_Service_Books_UsersettingsNotification $notification)
{
$this->notification = $notification;
}
/**
* @return Google_Service_Books_UsersettingsNotification
*/
public function getNotification()
{
return $this->notification;
}
}