Class SetProductMetaAttributes
java.lang.Object
com.commercetools.graphql.api.types.SetProductMetaAttributes
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetProductMetaAttributes(List<LocalizedStringItemInputType> metaDescription, List<LocalizedStringItemInputType> metaKeywords, List<LocalizedStringItemInputType> metaTitle, Boolean staged) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMetaDescription(List<LocalizedStringItemInputType> metaDescription) voidsetMetaKeywords(List<LocalizedStringItemInputType> metaKeywords) voidsetMetaTitle(List<LocalizedStringItemInputType> metaTitle) voidtoString()
-
Constructor Details
-
SetProductMetaAttributes
public SetProductMetaAttributes() -
SetProductMetaAttributes
public SetProductMetaAttributes(List<LocalizedStringItemInputType> metaDescription, List<LocalizedStringItemInputType> metaKeywords, List<LocalizedStringItemInputType> metaTitle, Boolean staged)
-
-
Method Details