Class AttributeGroupUpdateAction
java.lang.Object
com.commercetools.graphql.api.types.AttributeGroupUpdateAction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAttributeGroupUpdateAction(AddAttributeGroupAttribute addAttribute, ChangeAttributeGroupName changeName, RemoveAttributeGroupAttribute removeAttribute, SetAttributeGroupDescription setDescription, SetAttributeGroupKey setKey, SetAttributeGroupAttributes setAttributes) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAddAttribute(AddAttributeGroupAttribute addAttribute) voidsetChangeName(ChangeAttributeGroupName changeName) voidsetRemoveAttribute(RemoveAttributeGroupAttribute removeAttribute) voidsetSetAttributes(SetAttributeGroupAttributes setAttributes) voidsetSetDescription(SetAttributeGroupDescription setDescription) voidsetSetKey(SetAttributeGroupKey setKey) toString()
-
Constructor Details
-
AttributeGroupUpdateAction
public AttributeGroupUpdateAction() -
AttributeGroupUpdateAction
public AttributeGroupUpdateAction(AddAttributeGroupAttribute addAttribute, ChangeAttributeGroupName changeName, RemoveAttributeGroupAttribute removeAttribute, SetAttributeGroupDescription setDescription, SetAttributeGroupKey setKey, SetAttributeGroupAttributes setAttributes)
-
-
Method Details
-
getAddAttribute
-
setAddAttribute
-
getChangeName
-
setChangeName
-
getRemoveAttribute
-
setRemoveAttribute
-
getSetDescription
-
setSetDescription
-
getSetKey
-
setSetKey
-
getSetAttributes
-
setSetAttributes
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-