public class DeliveryForecast extends Object
ProspectiveLineItem objects to be reserved at the
same time.
Java class for DeliveryForecast complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryForecast">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lineItemDeliveryForecasts" type="{https://www.google.com/apis/ads/publisher/v201711}LineItemDeliveryForecast" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LineItemDeliveryForecast> |
lineItemDeliveryForecasts |
| Constructor and Description |
|---|
DeliveryForecast() |
| Modifier and Type | Method and Description |
|---|---|
List<LineItemDeliveryForecast> |
getLineItemDeliveryForecasts()
Gets the value of the lineItemDeliveryForecasts property.
|
protected List<LineItemDeliveryForecast> lineItemDeliveryForecasts
public List<LineItemDeliveryForecast> getLineItemDeliveryForecasts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lineItemDeliveryForecasts property.
For example, to add a new item, do as follows:
getLineItemDeliveryForecasts().add(newItem);
Objects of the following type(s) are allowed in the list
LineItemDeliveryForecast
Copyright © 2018. All Rights Reserved.