Class AttributeGroupDraft
java.lang.Object
com.commercetools.graphql.api.types.AttributeGroupDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAttributeGroupDraft(List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, String key, List<AttributeReferenceInput> attributes) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()inthashCode()static AttributeGroupDraft.BuildervoidsetAttributes(List<AttributeReferenceInput> attributes) voidsetDescription(List<LocalizedStringItemInputType> description) voidvoidtoString()
-
Constructor Details
-
AttributeGroupDraft
public AttributeGroupDraft() -
AttributeGroupDraft
public AttributeGroupDraft(List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, String key, List<AttributeReferenceInput> attributes)
-
-
Method Details