Class ProductProjectionMessagePayload.Builder
java.lang.Object
com.commercetools.graphql.api.types.ProductProjectionMessagePayload.Builder
- Enclosing class:
- ProductProjectionMessagePayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()categories(List<Category> categories) categoriesRef(List<Reference> categoriesRef) categoryOrderHints(List<CategoryOrderHint> categoryOrderHints) createdAt(OffsetDateTime createdAt) description(String description) descriptionAllLocales(List<LocalizedString> descriptionAllLocales) hasStagedChanges(Boolean hasStagedChanges) lastModifiedAt(OffsetDateTime lastModifiedAt) masterVariant(ProductVariant masterVariant) metaDescription(String metaDescription) metaDescriptionAllLocales(List<LocalizedString> metaDescriptionAllLocales) metaKeywords(String metaKeywords) metaKeywordsAllLocales(List<LocalizedString> metaKeywordsAllLocales) metaTitleAllLocales(List<LocalizedString> metaTitleAllLocales) nameAllLocales(List<LocalizedString> nameAllLocales) productType(ProductTypeDefinition productType) productTypeRef(Reference productTypeRef) reviewRatingStatistics(ReviewRatingStatistics reviewRatingStatistics) searchKeywords(List<SearchKeywords> searchKeywords) slugAllLocales(List<LocalizedString> slugAllLocales) taxCategory(TaxCategory taxCategory) taxCategoryRef(Reference taxCategoryRef) variants(List<ProductVariant> variants)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
id
-
version
-
createdAt
-
lastModifiedAt
-
productTypeRef
-
productType
-
name
-
nameAllLocales
-
description
-
descriptionAllLocales
public ProductProjectionMessagePayload.Builder descriptionAllLocales(List<LocalizedString> descriptionAllLocales) -
slug
-
slugAllLocales
-
categoryOrderHints
public ProductProjectionMessagePayload.Builder categoryOrderHints(List<CategoryOrderHint> categoryOrderHints) -
categoriesRef
-
categories
-
searchKeywords
-
metaTitle
-
metaTitleAllLocales
public ProductProjectionMessagePayload.Builder metaTitleAllLocales(List<LocalizedString> metaTitleAllLocales) -
metaKeywords
-
metaKeywordsAllLocales
public ProductProjectionMessagePayload.Builder metaKeywordsAllLocales(List<LocalizedString> metaKeywordsAllLocales) -
metaDescription
-
metaDescriptionAllLocales
public ProductProjectionMessagePayload.Builder metaDescriptionAllLocales(List<LocalizedString> metaDescriptionAllLocales) -
hasStagedChanges
-
published
-
masterVariant
-
variants
-
taxCategoryRef
-
taxCategory
-
stateRef
-
state
-
reviewRatingStatistics
public ProductProjectionMessagePayload.Builder reviewRatingStatistics(ReviewRatingStatistics reviewRatingStatistics)
-