| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
LastModifiedInfo |
LastModifiedInfo.clone() |
LastModifiedInfo |
OrderDocument.getCreatedInfo()
Information about the creation of this order document.
|
LastModifiedInfo |
Placement.getCreateInfo()
Information about the creation of this placement.
|
LastModifiedInfo |
Ad.getCreateInfo()
Information about the creation of this ad.
|
LastModifiedInfo |
PlacementGroup.getCreateInfo()
Information about the creation of this placement group.
|
LastModifiedInfo |
Campaign.getCreateInfo()
Information about the creation of this campaign.
|
LastModifiedInfo |
Project.getLastModifiedInfo()
Information about the most recent modification of this project.
|
LastModifiedInfo |
InventoryItem.getLastModifiedInfo()
Information about the most recent modification of this inventory item.
|
LastModifiedInfo |
Creative.getLastModifiedInfo()
Creative last modification information.
|
LastModifiedInfo |
Order.getLastModifiedInfo()
Information about the most recent modification of this order.
|
LastModifiedInfo |
Placement.getLastModifiedInfo()
Information about the most recent modification of this placement.
|
LastModifiedInfo |
Ad.getLastModifiedInfo()
Information about the most recent modification of this ad.
|
LastModifiedInfo |
PlacementGroup.getLastModifiedInfo()
Information about the most recent modification of this placement group.
|
LastModifiedInfo |
Campaign.getLastModifiedInfo()
Information about the most recent modification of this campaign.
|
LastModifiedInfo |
Placement.getPublisherUpdateInfo()
Information about the last publisher update.
|
LastModifiedInfo |
LastModifiedInfo.set(java.lang.String fieldName,
java.lang.Object value) |
LastModifiedInfo |
LastModifiedInfo.setTime(java.lang.Long time)
Timestamp of the last change in milliseconds since epoch.
|
| Modifier and Type | Method and Description |
|---|---|
OrderDocument |
OrderDocument.setCreatedInfo(LastModifiedInfo createdInfo)
Information about the creation of this order document.
|
Placement |
Placement.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement.
|
Ad |
Ad.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this ad.
|
PlacementGroup |
PlacementGroup.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement group.
|
Campaign |
Campaign.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this campaign.
|
Project |
Project.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this project.
|
InventoryItem |
InventoryItem.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this inventory item.
|
Creative |
Creative.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Creative last modification information.
|
Order |
Order.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this order.
|
Placement |
Placement.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this placement.
|
Ad |
Ad.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this ad.
|
PlacementGroup |
PlacementGroup.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this placement group.
|
Campaign |
Campaign.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this campaign.
|
Placement |
Placement.setPublisherUpdateInfo(LastModifiedInfo publisherUpdateInfo)
Information about the last publisher update.
|