DataSourceRefreshSchedule
class DataSourceRefreshSchedule extends Model (View source)
Properties
protected | $dailyScheduleType | ||
protected | $dailyScheduleDataType | ||
bool | $enabled | ||
protected | $monthlyScheduleType | ||
protected | $monthlyScheduleDataType | ||
protected | $nextRunType | ||
protected | $nextRunDataType | ||
string | $refreshScope | ||
protected | $weeklyScheduleType | ||
protected | $weeklyScheduleDataType |
Methods
getDailySchedule()
No description
setEnabled($enabled)
No description
bool
getEnabled()
No description
getMonthlySchedule()
No description
getNextRun()
No description
setRefreshScope($refreshScope)
No description
string
getRefreshScope()
No description
getWeeklySchedule()
No description
Details
setDailySchedule(DataSourceRefreshDailySchedule $dailySchedule)
No description
DataSourceRefreshDailySchedule
getDailySchedule()
No description
setEnabled($enabled)
No description
bool
getEnabled()
No description
setMonthlySchedule(DataSourceRefreshMonthlySchedule $monthlySchedule)
No description
DataSourceRefreshMonthlySchedule
getMonthlySchedule()
No description
setNextRun(Interval $nextRun)
No description
Interval
getNextRun()
No description
setRefreshScope($refreshScope)
No description
string
getRefreshScope()
No description
setWeeklySchedule(DataSourceRefreshWeeklySchedule $weeklySchedule)
No description
DataSourceRefreshWeeklySchedule
getWeeklySchedule()
No description