Class Category.Builder
java.lang.Object
com.commercetools.graphql.api.types.Category.Builder
- Enclosing class:
- Category
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionancestorsRef(List<Reference> ancestorsRef) build()childCount(Integer childCount) Number of direct child categories.Direct child categories.createdAt(OffsetDateTime createdAt) custom(CustomFieldsType custom) description(String description) descriptionAllLocales(List<LocalizedString> descriptionAllLocales) externalId(String externalId) lastModifiedAt(OffsetDateTime lastModifiedAt) lastModifiedBy(Initiator lastModifiedBy) metaDescription(String metaDescription) metaDescriptionAllLocales(List<LocalizedString> metaDescriptionAllLocales) metaKeywords(String metaKeywords) metaKeywordsAllLocales(List<LocalizedString> metaKeywordsAllLocales) metaTitleAllLocales(List<LocalizedString> metaTitleAllLocales) nameAllLocales(List<LocalizedString> nameAllLocales) slugAllLocales(List<LocalizedString> slugAllLocales) stagedProductCount(Integer stagedProductCount) Number of staged products in the category subtree.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
id
-
key
-
version
-
name
-
nameAllLocales
-
description
-
descriptionAllLocales
-
slug
-
slugAllLocales
-
ancestorsRef
-
ancestors
-
parentRef
-
_parent
-
orderHint
-
externalId
-
metaTitle
-
metaTitleAllLocales
-
metaKeywords
-
metaKeywordsAllLocales
-
metaDescription
-
metaDescriptionAllLocales
-
stagedProductCount
Number of staged products in the category subtree. -
childCount
Number of direct child categories. -
children
Direct child categories. -
createdAt
-
lastModifiedAt
-
assets
-
custom
-
createdBy
-
lastModifiedBy
-