Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TimePeriod |
TimePeriod.clone() |
TimePeriod |
Promotion.getPromotionDisplayTimePeriod()
`TimePeriod` representation of the promotion's display dates.
|
TimePeriod |
Promotion.getPromotionEffectiveTimePeriod()
Required.
|
TimePeriod |
TimePeriod.set(String fieldName,
Object value) |
TimePeriod |
TimePeriod.setEndTime(String endTime)
The ending timestamp.
|
TimePeriod |
TimePeriod.setStartTime(String startTime)
The starting timestamp.
|
Modifier and Type | Method and Description |
---|---|
Promotion |
Promotion.setPromotionDisplayTimePeriod(TimePeriod promotionDisplayTimePeriod)
`TimePeriod` representation of the promotion's display dates.
|
Promotion |
Promotion.setPromotionEffectiveTimePeriod(TimePeriod promotionEffectiveTimePeriod)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.