Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DeliveryTime |
DeliveryTime.clone() |
DeliveryTime |
Service.getDeliveryTime()
Time spent in various aspects from order to the delivery of the product.
|
DeliveryTime |
DeliveryTime.set(String fieldName,
Object value) |
DeliveryTime |
DeliveryTime.setCutoffTime(CutoffTime cutoffTime)
Business days cutoff time definition.
|
DeliveryTime |
DeliveryTime.setHolidayCutoffs(List<HolidayCutoff> holidayCutoffs)
Holiday cutoff definitions.
|
DeliveryTime |
DeliveryTime.setMaxHandlingTimeInDays(Long maxHandlingTimeInDays)
Maximum number of business days spent before an order is shipped.
|
DeliveryTime |
DeliveryTime.setMaxTransitTimeInDays(Long maxTransitTimeInDays)
Maximum number of business days that is spent in transit.
|
DeliveryTime |
DeliveryTime.setMinHandlingTimeInDays(Long minHandlingTimeInDays)
Minimum number of business days spent before an order is shipped.
|
DeliveryTime |
DeliveryTime.setMinTransitTimeInDays(Long minTransitTimeInDays)
Minimum number of business days that is spent in transit.
|
DeliveryTime |
DeliveryTime.setTransitTimeTable(TransitTable transitTimeTable)
Transit time table, number of business days spent in transit based on row and column
dimensions.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setDeliveryTime(DeliveryTime deliveryTime)
Time spent in various aspects from order to the delivery of the product.
|
Copyright © 2011–2019 Google. All rights reserved.