Class CategoryDraft
java.lang.Object
com.commercetools.graphql.api.types.CategoryDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCategoryDraft(String key, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, List<LocalizedStringItemInputType> slug, String externalId, List<LocalizedStringItemInputType> metaTitle, List<LocalizedStringItemInputType> metaDescription, List<LocalizedStringItemInputType> metaKeywords, String orderHint, ResourceIdentifierInput _parent, List<AssetDraftInput> assets) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()getSlug()inthashCode()static CategoryDraft.BuildervoidsetAssets(List<AssetDraftInput> assets) voidsetCustom(CustomFieldsDraft custom) voidsetDescription(List<LocalizedStringItemInputType> description) voidsetExternalId(String externalId) voidvoidsetMetaDescription(List<LocalizedStringItemInputType> metaDescription) voidsetMetaKeywords(List<LocalizedStringItemInputType> metaKeywords) voidsetMetaTitle(List<LocalizedStringItemInputType> metaTitle) voidvoidsetOrderHint(String orderHint) voidsetParent(ResourceIdentifierInput _parent) voidtoString()
-
Constructor Details
-
CategoryDraft
public CategoryDraft() -
CategoryDraft
public CategoryDraft(String key, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, List<LocalizedStringItemInputType> slug, String externalId, List<LocalizedStringItemInputType> metaTitle, List<LocalizedStringItemInputType> metaDescription, List<LocalizedStringItemInputType> metaKeywords, String orderHint, ResourceIdentifierInput _parent, List<AssetDraftInput> assets)
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getDescription
-
setDescription
-
getCustom
-
setCustom
-
getSlug
-
setSlug
-
getExternalId
-
setExternalId
-
getMetaTitle
-
setMetaTitle
-
getMetaDescription
-
setMetaDescription
-
getMetaKeywords
-
setMetaKeywords
-
getOrderHint
-
setOrderHint
-
getParent
-
setParent
-
getAssets
-
setAssets
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-