| Package | Description |
|---|---|
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
NillableDateTime |
PatchAdSetScheduling.getEndDate()
Get endDate
|
NillableDateTime |
ReadAdSetSchedule.getEndDate()
Get endDate
|
NillableDateTime |
PatchAdSetScheduling.getStartDate()
Get startDate
|
NillableDateTime |
ReadAdSetSchedule.getStartDate()
Get startDate
|
NillableDateTime |
NillableDateTime.value(java.time.OffsetDateTime value) |
| Modifier and Type | Method and Description |
|---|---|
PatchAdSetScheduling |
PatchAdSetScheduling.endDate(NillableDateTime endDate) |
ReadAdSetSchedule |
ReadAdSetSchedule.endDate(NillableDateTime endDate) |
void |
PatchAdSetScheduling.setEndDate(NillableDateTime endDate) |
void |
ReadAdSetSchedule.setEndDate(NillableDateTime endDate) |
void |
PatchAdSetScheduling.setStartDate(NillableDateTime startDate) |
void |
ReadAdSetSchedule.setStartDate(NillableDateTime startDate) |
PatchAdSetScheduling |
PatchAdSetScheduling.startDate(NillableDateTime startDate) |
ReadAdSetSchedule |
ReadAdSetSchedule.startDate(NillableDateTime startDate) |
Copyright © 2021. All rights reserved.