public interface EmbeddedProductDataQueryModel
Modifier and Type | Method and Description |
---|---|
ProductAllVariantsQueryModel<T> |
allVariants() |
ReferenceCollectionQueryModel<T,Category> |
categories() |
CategoryOrderHintsQueryModel<T> |
categoryOrderHints() |
LocalizedStringQueryModel<T> |
description() |
StringQuerySortingModel<T> |
key() |
ProductVariantQueryModel<T> |
masterVariant() |
LocalizedStringQuerySortingModel<T> |
metaDescription() |
LocalizedStringQuerySortingModel<T> |
metaKeywords() |
LocalizedStringQuerySortingModel<T> |
metaTitle() |
LocalizedStringQuerySortingModel<T> |
name() |
static EmbeddedProductDataQueryModel |
of() |
LocalizedStringQuerySortingModel<T> |
slug() |
ProductVariantQueryModel<T> |
variants() |
static EmbeddedProductDataQueryModel of()
LocalizedStringQuerySortingModel<T> name()
LocalizedStringQueryModel<T> description()
LocalizedStringQuerySortingModel<T> slug()
ProductAllVariantsQueryModel<T> allVariants()
ProductVariantQueryModel<T> masterVariant()
ProductVariantQueryModel<T> variants()
LocalizedStringQuerySortingModel<T> metaTitle()
LocalizedStringQuerySortingModel<T> metaKeywords()
LocalizedStringQuerySortingModel<T> metaDescription()
ReferenceCollectionQueryModel<T,Category> categories()
CategoryOrderHintsQueryModel<T> categoryOrderHints()
StringQuerySortingModel<T> key()