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.setHandlingBusinessDayConfig(BusinessDayConfig handlingBusinessDayConfig)
The business days during which orders can be handled.
|
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 are 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 are spent in transit.
|
DeliveryTime |
DeliveryTime.setTransitBusinessDayConfig(BusinessDayConfig transitBusinessDayConfig)
The business days during which orders can be in-transit.
|
DeliveryTime |
DeliveryTime.setTransitTimeTable(TransitTable transitTimeTable)
Transit time table, number of business days spent in transit based on row and column
dimensions.
|
DeliveryTime |
DeliveryTime.setWarehouseBasedDeliveryTimes(List<WarehouseBasedDeliveryTime> warehouseBasedDeliveryTimes)
Indicates that the delivery time should be calculated per warehouse (shipping origin location)
based on the settings of the selected carrier.
|
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–2024 Google. All rights reserved.