| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Report.Schedule |
Report.Schedule.clone() |
Report.Schedule |
Report.getSchedule()
The report's schedule.
|
Report.Schedule |
Report.Schedule.set(java.lang.String fieldName,
java.lang.Object value) |
Report.Schedule |
Report.Schedule.setActive(java.lang.Boolean active)
Whether the schedule is active or not.
|
Report.Schedule |
Report.Schedule.setEvery(java.lang.Integer every)
Defines every how many days, weeks or months the report should be run.
|
Report.Schedule |
Report.Schedule.setExpirationDate(com.google.api.client.util.DateTime expirationDate)
The expiration date when the scheduled report stops running.
|
Report.Schedule |
Report.Schedule.setRepeats(java.lang.String repeats)
The interval for which the report is repeated.
|
Report.Schedule |
Report.Schedule.setRepeatsOnWeekDays(java.util.List<java.lang.String> repeatsOnWeekDays)
List of week days "WEEKLY" on which scheduled reports should run.
|
Report.Schedule |
Report.Schedule.setRunsOnDayOfMonth(java.lang.String runsOnDayOfMonth)
Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same
day of the month as "startDate" or the same day of the week of the month.
|
Report.Schedule |
Report.Schedule.setStartDate(com.google.api.client.util.DateTime startDate)
Start date of date range for which scheduled reports should be run.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.setSchedule(Report.Schedule schedule)
The report's schedule.
|