| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
AdSlot |
AdSlot.clone() |
AdSlot |
AdSlot.set(java.lang.String fieldName,
java.lang.Object value) |
AdSlot |
AdSlot.setComment(java.lang.String comment)
Comment for this ad slot.
|
AdSlot |
AdSlot.setCompatibility(java.lang.String compatibility)
Ad slot compatibility.
|
AdSlot |
AdSlot.setHeight(java.lang.Long height)
Height of this ad slot.
|
AdSlot |
AdSlot.setLinkedPlacementId(java.lang.Long linkedPlacementId)
ID of the placement from an external platform that is linked to this ad slot.
|
AdSlot |
AdSlot.setName(java.lang.String name)
Name of this ad slot.
|
AdSlot |
AdSlot.setPaymentSourceType(java.lang.String paymentSourceType)
Payment source type of this ad slot.
|
AdSlot |
AdSlot.setPrimary(java.lang.Boolean primary)
Primary ad slot of a roadblock inventory item.
|
AdSlot |
AdSlot.setWidth(java.lang.Long width)
Width of this ad slot.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AdSlot> |
InventoryItem.getAdSlots()
Ad slots of this inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
InventoryItem.setAdSlots(java.util.List<AdSlot> adSlots)
Ad slots of this inventory item.
|