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

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

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






OrdersCustomBatchResponseEntry (Content API for Shopping v2-rev20200902-1.30.10)












com.google.api.services.content.model

Class OrdersCustomBatchResponseEntry

    • Constructor Detail

      • OrdersCustomBatchResponseEntry

        public OrdersCustomBatchResponseEntry()
    • Method Detail

      • getBatchId

        public Long getBatchId()
        The ID of the request entry this entry responds to.
        Returns:
        value or null for none
      • setBatchId

        public OrdersCustomBatchResponseEntry setBatchId(Long batchId)
        The ID of the request entry this entry responds to.
        Parameters:
        batchId - batchId or null for none
      • getErrors

        public Errors getErrors()
        A list of errors defined if and only if the request failed.
        Returns:
        value or null for none
      • setErrors

        public OrdersCustomBatchResponseEntry setErrors(Errors errors)
        A list of errors defined if and only if the request failed.
        Parameters:
        errors - errors or null for none
      • getExecutionStatus

        public String getExecutionStatus()
        The status of the execution. Only defined if - the request was successful; and - the method is not `get`, `getByMerchantOrderId`, or one of the test methods. Acceptable values are: - "`duplicate`" - "`executed`"
        Returns:
        value or null for none
      • setExecutionStatus

        public OrdersCustomBatchResponseEntry setExecutionStatus(String executionStatus)
        The status of the execution. Only defined if - the request was successful; and - the method is not `get`, `getByMerchantOrderId`, or one of the test methods. Acceptable values are: - "`duplicate`" - "`executed`"
        Parameters:
        executionStatus - executionStatus or null for none
      • getKind

        public String getKind()
        Identifies what kind of resource this is. Value: the fixed string "`content#ordersCustomBatchResponseEntry`"
        Returns:
        value or null for none
      • setKind

        public OrdersCustomBatchResponseEntry setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string "`content#ordersCustomBatchResponseEntry`"
        Parameters:
        kind - kind or null for none
      • getOrder

        public Order getOrder()
        The retrieved order. Only defined if the method is `get` and if the request was successful.
        Returns:
        value or null for none
      • setOrder

        public OrdersCustomBatchResponseEntry setOrder(Order order)
        The retrieved order. Only defined if the method is `get` and if the request was successful.
        Parameters:
        order - order or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy