Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
BusinessDayConfig |
BusinessDayConfig.clone() |
BusinessDayConfig |
DeliveryTime.getHandlingBusinessDayConfig()
The business days during which orders can be handled.
|
BusinessDayConfig |
DeliveryTime.getTransitBusinessDayConfig()
The business days during which orders can be in-transit.
|
BusinessDayConfig |
BusinessDayConfig.set(String fieldName,
Object value) |
BusinessDayConfig |
BusinessDayConfig.setBusinessDays(List<String> businessDays)
Regular business days.
|
Modifier and Type | Method and Description |
---|---|
DeliveryTime |
DeliveryTime.setHandlingBusinessDayConfig(BusinessDayConfig handlingBusinessDayConfig)
The business days during which orders can be handled.
|
DeliveryTime |
DeliveryTime.setTransitBusinessDayConfig(BusinessDayConfig transitBusinessDayConfig)
The business days during which orders can be in-transit.
|
Copyright © 2011–2020 Google. All rights reserved.