Class ProductProjectionSearchResult
java.lang.Object
com.commercetools.graphql.api.types.ProductProjectionSearchResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductProjectionSearchResult(Integer offset, Integer count, Integer total, List<ProductProjection> results, List<FacetResultValue> facets) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()getTotal()inthashCode()voidvoidsetFacets(List<FacetResultValue> facets) voidvoidsetResults(List<ProductProjection> results) voidtoString()
-
Constructor Details
-
ProductProjectionSearchResult
public ProductProjectionSearchResult() -
ProductProjectionSearchResult
public ProductProjectionSearchResult(Integer offset, Integer count, Integer total, List<ProductProjection> results, List<FacetResultValue> facets)
-
-
Method Details