| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
DayPart |
DayPart.clone() |
DayPart |
DayPart.set(String fieldName,
Object value) |
DayPart |
DayPart.setDayOfWeek(String dayOfWeek)
The day of the week to target.
|
DayPart |
DayPart.setEndTime(TimeOfDay endTime)
The ending time of the day for the ad to show (minute level granularity).
|
DayPart |
DayPart.setStartTime(TimeOfDay startTime)
The starting time of day for the ad to show (minute level granularity).
|
| Modifier and Type | Method and Description |
|---|---|
List<DayPart> |
DayPartTargeting.getDayParts()
A list of day part targeting criterion.
|
| Modifier and Type | Method and Description |
|---|---|
DayPartTargeting |
DayPartTargeting.setDayParts(List<DayPart> dayParts)
A list of day part targeting criterion.
|
Copyright © 2011–2021 Google. All rights reserved.