dailyRecurrence = $dailyRecurrence; } /** * @return SocialGraphApiProtoDailyRecurrence */ public function getDailyRecurrence() { return $this->dailyRecurrence; } /** * @param int */ public function setEvery($every) { $this->every = $every; } /** * @return int */ public function getEvery() { return $this->every; } /** * @param SocialGraphApiProtoMonthlyRecurrence */ public function setMonthlyRecurrence(SocialGraphApiProtoMonthlyRecurrence $monthlyRecurrence) { $this->monthlyRecurrence = $monthlyRecurrence; } /** * @return SocialGraphApiProtoMonthlyRecurrence */ public function getMonthlyRecurrence() { return $this->monthlyRecurrence; } /** * @param GoogleTypeDateTime */ public function setRecurrenceEndDate(GoogleTypeDateTime $recurrenceEndDate) { $this->recurrenceEndDate = $recurrenceEndDate; } /** * @return GoogleTypeDateTime */ public function getRecurrenceEndDate() { return $this->recurrenceEndDate; } /** * @param GoogleTypeDateTime */ public function setRecurrenceStart(GoogleTypeDateTime $recurrenceStart) { $this->recurrenceStart = $recurrenceStart; } /** * @return GoogleTypeDateTime */ public function getRecurrenceStart() { return $this->recurrenceStart; } /** * @param int */ public function setRepeatCount($repeatCount) { $this->repeatCount = $repeatCount; } /** * @return int */ public function getRepeatCount() { return $this->repeatCount; } /** * @param SocialGraphApiProtoRecurrenceRepeatForever */ public function setRepeatForever(SocialGraphApiProtoRecurrenceRepeatForever $repeatForever) { $this->repeatForever = $repeatForever; } /** * @return SocialGraphApiProtoRecurrenceRepeatForever */ public function getRepeatForever() { return $this->repeatForever; } /** * @param SocialGraphApiProtoSingleRecurrence */ public function setSingleRecurrence(SocialGraphApiProtoSingleRecurrence $singleRecurrence) { $this->singleRecurrence = $singleRecurrence; } /** * @return SocialGraphApiProtoSingleRecurrence */ public function getSingleRecurrence() { return $this->singleRecurrence; } /** * @param SocialGraphApiProtoWeeklyRecurrence */ public function setWeeklyRecurrence(SocialGraphApiProtoWeeklyRecurrence $weeklyRecurrence) { $this->weeklyRecurrence = $weeklyRecurrence; } /** * @return SocialGraphApiProtoWeeklyRecurrence */ public function getWeeklyRecurrence() { return $this->weeklyRecurrence; } /** * @param SocialGraphApiProtoYearlyRecurrence */ public function setYearlyRecurrence(SocialGraphApiProtoYearlyRecurrence $yearlyRecurrence) { $this->yearlyRecurrence = $yearlyRecurrence; } /** * @return SocialGraphApiProtoYearlyRecurrence */ public function getYearlyRecurrence() { return $this->yearlyRecurrence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoRecurrence::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoRecurrence');