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(String fieldName,
Object value) |
Report.Schedule |
Report.Schedule.setActive(Boolean active)
Whether the schedule is active or not.
|
Report.Schedule |
Report.Schedule.setEvery(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) |
Report.Schedule |
Report.Schedule.setRepeats(String repeats)
The interval for which the report is repeated.
|
Report.Schedule |
Report.Schedule.setRepeatsOnWeekDays(List<String> repeatsOnWeekDays)
List of week days "WEEKLY" on which scheduled reports should run.
|
Report.Schedule |
Report.Schedule.setRunsOnDayOfMonth(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) |
Report.Schedule |
Report.Schedule.setTimezone(String timezone)
The timezone when the report will run.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setSchedule(Report.Schedule schedule)
The report's schedule.
|
Copyright © 2011–2025 Google. All rights reserved.