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

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

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






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












com.google.api.services.content.model

Class PosCustomBatchRequestEntry

    • Constructor Detail

      • PosCustomBatchRequestEntry

        public PosCustomBatchRequestEntry()
    • Method Detail

      • getBatchId

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

        public PosCustomBatchRequestEntry setBatchId(Long batchId)
        An entry ID, unique within the batch request.
        Parameters:
        batchId - batchId or null for none
      • getInventory

        public PosInventory getInventory()
        The inventory to submit. This should be set only if the method is `inventory`.
        Returns:
        value or null for none
      • setInventory

        public PosCustomBatchRequestEntry setInventory(PosInventory inventory)
        The inventory to submit. This should be set only if the method is `inventory`.
        Parameters:
        inventory - inventory or null for none
      • getMerchantId

        public BigInteger getMerchantId()
        The ID of the POS data provider.
        Returns:
        value or null for none
      • getMethod

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

        public PosCustomBatchRequestEntry setMethod(String method)
        The method of the batch entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - "`inventory`" - "`sale`"
        Parameters:
        method - method or null for none
      • getSale

        public PosSale getSale()
        The sale information to submit. This should be set only if the method is `sale`.
        Returns:
        value or null for none
      • setSale

        public PosCustomBatchRequestEntry setSale(PosSale sale)
        The sale information to submit. This should be set only if the method is `sale`.
        Parameters:
        sale - sale or null for none
      • getStore

        public PosStore getStore()
        The store information to submit. This should be set only if the method is `insert`.
        Returns:
        value or null for none
      • setStore

        public PosCustomBatchRequestEntry setStore(PosStore store)
        The store information to submit. This should be set only if the method is `insert`.
        Parameters:
        store - store or null for none
      • getStoreCode

        public String getStoreCode()
        The store code. This should be set only if the method is `delete` or `get`.
        Returns:
        value or null for none
      • setStoreCode

        public PosCustomBatchRequestEntry setStoreCode(String storeCode)
        The store code. This should be set only if the method is `delete` or `get`.
        Parameters:
        storeCode - storeCode or null for none
      • getTargetMerchantId

        public BigInteger getTargetMerchantId()
        The ID of the account for which to get/submit data.
        Returns:
        value or null for none
      • setTargetMerchantId

        public PosCustomBatchRequestEntry setTargetMerchantId(BigInteger targetMerchantId)
        The ID of the account for which to get/submit data.
        Parameters:
        targetMerchantId - targetMerchantId or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy