QueryProductDetailsResult

public final class QueryProductDetailsResult 


The product details query result.

Summary

Public methods

static QueryProductDetailsResult
create(
List<ProductDetails> productDetailsList,
List<UnfetchedProduct> unfetchedProductList
)
List<ProductDetails>

Returns the list of ProductDetails , which are successfully fetched.

List<UnfetchedProduct>

Returns the list of UnfetchedProduct , which are products that were unable to be fetched.

Public methods

create

public static QueryProductDetailsResult create(
List<ProductDetails> productDetailsList,
List<UnfetchedProduct> unfetchedProductList
)

getProductDetailsList

public List<ProductDetails> getProductDetailsList()

Returns the list of ProductDetails , which are successfully fetched.

getUnfetchedProductList

public List<UnfetchedProduct> getUnfetchedProductList()

Returns the list of UnfetchedProduct , which are products that were unable to be fetched.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年05月19日 UTC.