| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
Pricing.clone() |
Pricing |
InventoryItem.getPricing()
Pricing of this inventory item.
|
Pricing |
Pricing.set(java.lang.String fieldName,
java.lang.Object value) |
Pricing |
Pricing.setCapCostType(java.lang.String capCostType)
Cap cost type of this inventory item.
|
Pricing |
Pricing.setEndDate(com.google.api.client.util.DateTime endDate)
End date of this inventory item.
|
Pricing |
Pricing.setFlights(java.util.List<Flight> flights)
Flights of this inventory item.
|
Pricing |
Pricing.setGroupType(java.lang.String groupType)
Group type of this inventory item if it represents a placement group.
|
Pricing |
Pricing.setPricingType(java.lang.String pricingType)
Pricing type of this inventory item.
|
Pricing |
Pricing.setStartDate(com.google.api.client.util.DateTime startDate)
Start date of this inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
InventoryItem.setPricing(Pricing pricing)
Pricing of this inventory item.
|