Package | Description |
---|---|
com.google.api.services.mybusinessplaceactions.v1.model |
Modifier and Type | Method and Description |
---|---|
AvailableDay |
AvailableDay.clone() |
AvailableDay |
AvailableDay.set(String fieldName,
Object value) |
AvailableDay |
AvailableDay.setFulfillmentDate(Date fulfillmentDate)
An available date for a fulfillment method.
|
AvailableDay |
AvailableDay.setLastOrderingTime(String lastOrderingTime)
Unix timestamp.
|
Modifier and Type | Method and Description |
---|---|
List<AvailableDay> |
FulfillmentOption.getAvailableDay()
A list of days on which there is availability for this fulfillment method (preferably at least
2).
|
Modifier and Type | Method and Description |
---|---|
FulfillmentOption |
FulfillmentOption.setAvailableDay(List<AvailableDay> availableDay)
A list of days on which there is availability for this fulfillment method (preferably at least
2).
|
Copyright © 2011–2022 Google. All rights reserved.