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<ProductDetailsgetProductDetailsList()

Returns the list of ProductDetails, which are successfully fetched.

getUnfetchedProductList

public List<UnfetchedProductgetUnfetchedProductList()

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