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

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

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






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












com.google.api.services.content.model

Class DatafeedstatusesCustomBatchRequestEntry

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


    public final class DatafeedstatusesCustomBatchRequestEntry
    extends com.google.api.client.json.GenericJson
    A batch entry encoding a single non-batch datafeedstatuses request.

    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

      • DatafeedstatusesCustomBatchRequestEntry

        public DatafeedstatusesCustomBatchRequestEntry()
    • Method Detail

      • getBatchId

        public Long getBatchId()
        An entry ID, unique within the batch request.
        Returns:
        value or null for none
      • getCountry

        public String getCountry()
        Deprecated. Use `feedLabel` instead. The country to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Returns:
        value or null for none
      • setCountry

        public DatafeedstatusesCustomBatchRequestEntry setCountry(String country)
        Deprecated. Use `feedLabel` instead. The country to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Parameters:
        country - country or null for none
      • getDatafeedId

        public BigInteger getDatafeedId()
        The ID of the data feed to get.
        Returns:
        value or null for none
      • getFeedLabel

        public String getFeedLabel()
        The feed label to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Returns:
        value or null for none
      • setFeedLabel

        public DatafeedstatusesCustomBatchRequestEntry setFeedLabel(String feedLabel)
        The feed label to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Parameters:
        feedLabel - feedLabel or null for none
      • getLanguage

        public String getLanguage()
        The language to get the datafeed status for. If this parameter is provided then `country` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Returns:
        value or null for none
      • setLanguage

        public DatafeedstatusesCustomBatchRequestEntry setLanguage(String language)
        The language to get the datafeed status for. If this parameter is provided then `country` must also be provided. Note that for multi-target datafeeds this parameter is required.
        Parameters:
        language - language or null for none
      • getMerchantId

        public BigInteger getMerchantId()
        The ID of the managing account.
        Returns:
        value or null for none
      • getMethod

        public String getMethod()
        The method of the batch entry. Acceptable values are: - "`get`"
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy