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

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

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






OrdersUpdateLineItemShippingDetailsRequest (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class OrdersUpdateLineItemShippingDetailsRequest

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class OrdersUpdateLineItemShippingDetailsRequest
    extends com.google.api.client.json.GenericJson
    Model definition for OrdersUpdateLineItemShippingDetailsRequest.

    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

    Author:
    Google, Inc.
    • Constructor Detail

      • OrdersUpdateLineItemShippingDetailsRequest

        public OrdersUpdateLineItemShippingDetailsRequest()
    • Method Detail

      • getDeliverByDate

        public String getDeliverByDate()
        Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated. Provided date should be within 1 year timeframe and can't be a date in the past.
        Returns:
        value or null for none
      • setDeliverByDate

        public OrdersUpdateLineItemShippingDetailsRequest setDeliverByDate(String deliverByDate)
        Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated. Provided date should be within 1 year timeframe and can't be a date in the past.
        Parameters:
        deliverByDate - deliverByDate or null for none
      • getLineItemId

        public String getLineItemId()
        The ID of the line item to set metadata. Either lineItemId or productId is required.
        Returns:
        value or null for none
      • getOperationId

        public String getOperationId()
        The ID of the operation. Unique across all operations for a given order.
        Returns:
        value or null for none
      • getProductId

        public String getProductId()
        The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
        Returns:
        value or null for none
      • setProductId

        public OrdersUpdateLineItemShippingDetailsRequest setProductId(String productId)
        The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.
        Parameters:
        productId - productId or null for none
      • getShipByDate

        public String getShipByDate()
        Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated. Provided date should be within 1 year timeframe and can't be a date in the past.
        Returns:
        value or null for none
      • setShipByDate

        public OrdersUpdateLineItemShippingDetailsRequest setShipByDate(String shipByDate)
        Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated. Provided date should be within 1 year timeframe and can't be a date in the past.
        Parameters:
        shipByDate - shipByDate or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy