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

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

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






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












com.google.api.services.content.model

Class AccountsCustomBatchRequestEntry

    • Constructor Detail

      • AccountsCustomBatchRequestEntry

        public AccountsCustomBatchRequestEntry()
    • Method Detail

      • getAccount

        public Account getAccount()
        The account to create or update. Only defined if the method is `insert` or `update`.
        Returns:
        value or null for none
      • setAccount

        public AccountsCustomBatchRequestEntry setAccount(Account account)
        The account to create or update. Only defined if the method is `insert` or `update`.
        Parameters:
        account - account or null for none
      • getAccountId

        public BigInteger getAccountId()
        The ID of the targeted account. Only defined if the method is not `insert`.
        Returns:
        value or null for none
      • setAccountId

        public AccountsCustomBatchRequestEntry setAccountId(BigInteger accountId)
        The ID of the targeted account. Only defined if the method is not `insert`.
        Parameters:
        accountId - accountId or null for none
      • getBatchId

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

        public Boolean getForce()
        Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
        Returns:
        value or null for none
      • setForce

        public AccountsCustomBatchRequestEntry setForce(Boolean force)
        Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
        Parameters:
        force - force or null for none
      • getLabelIds

        public List<BigInteger> getLabelIds()
        Label IDs for the 'updatelabels' request.
        Returns:
        value 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: - "`claimWebsite`" - "`delete`" - "`get`" - "`insert`" - "`link`" - "`update`"
        Returns:
        value or null for none
      • setMethod

        public AccountsCustomBatchRequestEntry setMethod(String method)
        The method of the batch entry. Acceptable values are: - "`claimWebsite`" - "`delete`" - "`get`" - "`insert`" - "`link`" - "`update`"
        Parameters:
        method - method or null for none
      • getOverwrite

        public Boolean getOverwrite()
        Only applicable if the method is `claimwebsite`. Indicates whether or not to take the claim from another account in case there is a conflict.
        Returns:
        value or null for none
      • setOverwrite

        public AccountsCustomBatchRequestEntry setOverwrite(Boolean overwrite)
        Only applicable if the method is `claimwebsite`. Indicates whether or not to take the claim from another account in case there is a conflict.
        Parameters:
        overwrite - overwrite or null for none
      • getView

        public String getView()
        Controls which fields are visible. Only applicable if the method is 'get'.
        Returns:
        value or null for none
      • setView

        public AccountsCustomBatchRequestEntry setView(String view)
        Controls which fields are visible. Only applicable if the method is 'get'.
        Parameters:
        view - view or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy