Class ProductDraft.Builder
java.lang.Object
com.commercetools.graphql.api.types.ProductDraft.Builder
- Enclosing class:
- ProductDraft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()categories(List<ResourceIdentifierInput> categories) categoryOrderHints(List<CategoryOrderHintInput> categoryOrderHints) description(List<LocalizedStringItemInputType> description) masterVariant(ProductVariantInput masterVariant) metaDescription(List<LocalizedStringItemInputType> metaDescription) metaKeywords(List<LocalizedStringItemInputType> metaKeywords) metaTitle(List<LocalizedStringItemInputType> metaTitle) name(List<LocalizedStringItemInputType> name) productType(ResourceIdentifierInput productType) searchKeywords(List<SearchKeywordInput> searchKeywords) slug(List<LocalizedStringItemInputType> slug) state(ResourceIdentifierInput state) taxCategory(ResourceIdentifierInput taxCategory) variants(List<ProductVariantInput> variants)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
name
-
productType
-
slug
-
key
-
description
-
categories
-
categoryOrderHints
-
metaTitle
-
metaDescription
-
metaKeywords
-
masterVariant
-
variants
-
taxCategory
-
state
-
priceMode
-
searchKeywords
-
publish
-