| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
InventoryItem.clone() |
InventoryItem |
InventoryItem.set(java.lang.String fieldName,
java.lang.Object value) |
InventoryItem |
InventoryItem.setAccountId(java.lang.Long accountId)
Account ID of this inventory item.
|
InventoryItem |
InventoryItem.setAdSlots(java.util.List<AdSlot> adSlots)
Ad slots of this inventory item.
|
InventoryItem |
InventoryItem.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this inventory item.
|
InventoryItem |
InventoryItem.setContentCategoryId(java.lang.Long contentCategoryId)
Content category ID of this inventory item.
|
InventoryItem |
InventoryItem.setEstimatedClickThroughRate(java.lang.Long estimatedClickThroughRate)
Estimated click-through rate of this inventory item.
|
InventoryItem |
InventoryItem.setEstimatedConversionRate(java.lang.Long estimatedConversionRate)
Estimated conversion rate of this inventory item.
|
InventoryItem |
InventoryItem.setId(java.lang.Long id)
ID of this inventory item.
|
InventoryItem |
InventoryItem.setInPlan(java.lang.Boolean inPlan)
Whether this inventory item is in plan.
|
InventoryItem |
InventoryItem.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
InventoryItem |
InventoryItem.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this inventory item.
|
InventoryItem |
InventoryItem.setName(java.lang.String name)
Name of this inventory item.
|
InventoryItem |
InventoryItem.setNegotiationChannelId(java.lang.Long negotiationChannelId)
Negotiation channel ID of this inventory item.
|
InventoryItem |
InventoryItem.setOrderId(java.lang.Long orderId)
Order ID of this inventory item.
|
InventoryItem |
InventoryItem.setPlacementStrategyId(java.lang.Long placementStrategyId)
Placement strategy ID of this inventory item.
|
InventoryItem |
InventoryItem.setPricing(Pricing pricing)
Pricing of this inventory item.
|
InventoryItem |
InventoryItem.setProjectId(java.lang.Long projectId)
Project ID of this inventory item.
|
InventoryItem |
InventoryItem.setRfpId(java.lang.Long rfpId)
RFP ID of this inventory item.
|
InventoryItem |
InventoryItem.setSiteId(java.lang.Long siteId)
ID of the site this inventory item is associated with.
|
InventoryItem |
InventoryItem.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this inventory item.
|
InventoryItem |
InventoryItem.setType(java.lang.String type)
Type of inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InventoryItem> |
InventoryItemsListResponse.getInventoryItems()
Inventory item collection
|
| Modifier and Type | Method and Description |
|---|---|
InventoryItemsListResponse |
InventoryItemsListResponse.setInventoryItems(java.util.List<InventoryItem> inventoryItems)
Inventory item collection
|