All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.OrderPickupDetails.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






OrderPickupDetails (Content API for Shopping v2.1-rev20200529-1.30.9)












com.google.api.services.content.model

Class OrderPickupDetails

    • Constructor Detail

      • OrderPickupDetails

        public OrderPickupDetails()
    • Method Detail

      • getAddress

        public OrderAddress getAddress()
        Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
        Returns:
        value or null for none
      • setAddress

        public OrderPickupDetails setAddress(OrderAddress address)
        Address of the pickup location where the shipment should be sent. Note that `recipientName` in the address is the name of the business at the pickup location.
        Parameters:
        address - address or null for none
      • getCollectors

        public List<OrderPickupDetailsCollector> getCollectors()
        Collectors authorized to pick up shipment from the pickup location.
        Returns:
        value or null for none
      • getLocationId

        public String getLocationId()
        ID of the pickup location.
        Returns:
        value or null for none
      • setLocationId

        public OrderPickupDetails setLocationId(String locationId)
        ID of the pickup location.
        Parameters:
        locationId - locationId or null for none
      • getPickupType

        public String getPickupType()
        The pickup type of this order. Acceptable values are: - "`merchantStore`" - "`merchantStoreCurbside`" - "`merchantStoreLocker`" - "`thirdPartyPickupPoint`" - "`thirdPartyLocker`"
        Returns:
        value or null for none
      • setPickupType

        public OrderPickupDetails setPickupType(String pickupType)
        The pickup type of this order. Acceptable values are: - "`merchantStore`" - "`merchantStoreCurbside`" - "`merchantStoreLocker`" - "`thirdPartyPickupPoint`" - "`thirdPartyLocker`"
        Parameters:
        pickupType - pickupType or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy