public final class OrderPickupDetails
extends com.google.api.client.json.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 Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrderPickupDetails() |
| Modifier and Type | Method and Description |
|---|---|
OrderPickupDetails |
clone() |
OrderAddress |
getAddress()
Address of the pickup location where the shipment should be sent.
|
List<OrderPickupDetailsCollector> |
getCollectors()
Collectors authorized to pick up shipment from the pickup location.
|
String |
getLocationId()
ID of the pickup location.
|
String |
getPickupType()
The pickup type of this order.
|
OrderPickupDetails |
set(String fieldName,
Object value) |
OrderPickupDetails |
setAddress(OrderAddress address)
Address of the pickup location where the shipment should be sent.
|
OrderPickupDetails |
setCollectors(List<OrderPickupDetailsCollector> collectors)
Collectors authorized to pick up shipment from the pickup location.
|
OrderPickupDetails |
setLocationId(String locationId)
ID of the pickup location.
|
OrderPickupDetails |
setPickupType(String pickupType)
The pickup type of this order.
|
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 OrderAddress getAddress()
null for nonepublic OrderPickupDetails setAddress(OrderAddress address)
address - address or null for nonepublic List<OrderPickupDetailsCollector> getCollectors()
null for nonepublic OrderPickupDetails setCollectors(List<OrderPickupDetailsCollector> collectors)
collectors - collectors or null for nonepublic String getLocationId()
null for nonepublic OrderPickupDetails setLocationId(String locationId)
locationId - locationId or null for nonepublic String getPickupType()
null for nonepublic OrderPickupDetails setPickupType(String pickupType)
pickupType - pickupType or null for nonepublic OrderPickupDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderPickupDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.