Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
BusinessDayConfig |
BusinessDayConfig.clone() |
BusinessDayConfig |
Warehouse.getBusinessDayConfig()
Business days of the warehouse.
|
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, such as '"monday"'.
|
Modifier and Type | Method and Description |
---|---|
Warehouse |
Warehouse.setBusinessDayConfig(BusinessDayConfig businessDayConfig)
Business days of the warehouse.
|
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–2024 Google. All rights reserved.