public final class FulfillmentOption extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the My Business Place Actions API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FulfillmentOption() |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentOption |
clone() |
List<AvailableDay> |
getAvailableDay()
A list of days on which there is availability for this fulfillment method (preferably at least
2).
|
FeeDetails |
getFeeDetails()
Fee details for the fulfillment method.
|
String |
getFulfillmentType()
Fulfillment type
|
Money |
getMinimumOrder()
Minimum order for the fulfillment method associated with the action.
|
FulfillmentOption |
set(String fieldName,
Object value) |
FulfillmentOption |
setAvailableDay(List<AvailableDay> availableDay)
A list of days on which there is availability for this fulfillment method (preferably at least
2).
|
FulfillmentOption |
setFeeDetails(FeeDetails feeDetails)
Fee details for the fulfillment method.
|
FulfillmentOption |
setFulfillmentType(String fulfillmentType)
Fulfillment type
|
FulfillmentOption |
setMinimumOrder(Money minimumOrder)
Minimum order for the fulfillment method associated with the action.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<AvailableDay> getAvailableDay()
null for nonepublic FulfillmentOption setAvailableDay(List<AvailableDay> availableDay)
availableDay - availableDay or null for nonepublic FeeDetails getFeeDetails()
null for nonepublic FulfillmentOption setFeeDetails(FeeDetails feeDetails)
feeDetails - feeDetails or null for nonepublic String getFulfillmentType()
null for nonepublic FulfillmentOption setFulfillmentType(String fulfillmentType)
fulfillmentType - fulfillmentType or null for nonepublic Money getMinimumOrder()
null for nonepublic FulfillmentOption setMinimumOrder(Money minimumOrder)
minimumOrder - minimumOrder or null for nonepublic FulfillmentOption set(String fieldName, Object value)
set in class GenericJsonpublic FulfillmentOption clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.