Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
HolidaysHoliday |
HolidaysHoliday.clone() |
HolidaysHoliday |
HolidaysHoliday.set(String fieldName,
Object value) |
HolidaysHoliday |
HolidaysHoliday.setCountryCode(String countryCode)
The CLDR territory code of the country in which the holiday is available.
|
HolidaysHoliday |
HolidaysHoliday.setDate(String date)
Date of the holiday, in ISO 8601 format.
|
HolidaysHoliday |
HolidaysHoliday.setDeliveryGuaranteeDate(String deliveryGuaranteeDate)
Date on which the order has to arrive at the customer's, in ISO 8601 format.
|
HolidaysHoliday |
HolidaysHoliday.setDeliveryGuaranteeHour(BigInteger deliveryGuaranteeHour)
Hour of the day in the delivery location's timezone on the guaranteed delivery date by which
the order has to arrive at the customer's.
|
HolidaysHoliday |
HolidaysHoliday.setId(String id)
Unique identifier for the holiday to be used when configuring holiday cutoffs.
|
HolidaysHoliday |
HolidaysHoliday.setType(String type)
The holiday type.
|
Modifier and Type | Method and Description |
---|---|
List<HolidaysHoliday> |
ShippingsettingsGetSupportedHolidaysResponse.getHolidays()
A list of holidays applicable for delivery guarantees.
|
Modifier and Type | Method and Description |
---|---|
ShippingsettingsGetSupportedHolidaysResponse |
ShippingsettingsGetSupportedHolidaysResponse.setHolidays(List<HolidaysHoliday> holidays)
A list of holidays applicable for delivery guarantees.
|
Copyright © 2011–2024 Google. All rights reserved.