| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Flight |
Flight.clone() |
Flight |
Flight.set(java.lang.String fieldName,
java.lang.Object value) |
Flight |
Flight.setEndDate(com.google.api.client.util.DateTime endDate)
Inventory item flight end date.
|
Flight |
Flight.setRateOrCost(java.lang.Long rateOrCost)
Rate or cost of this flight.
|
Flight |
Flight.setStartDate(com.google.api.client.util.DateTime startDate)
Inventory item flight start date.
|
Flight |
Flight.setUnits(java.lang.Long units)
Units of this flight.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Flight> |
Pricing.getFlights()
Flights of this inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
Pricing |
Pricing.setFlights(java.util.List<Flight> flights)
Flights of this inventory item.
|