Class AttributeGroupSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.attribute_group.AttributeGroupSetKeyActionBuilder
All Implemented Interfaces:
Builder<AttributeGroupSetKeyAction>

public class AttributeGroupSetKeyActionBuilder extends Object implements Builder<AttributeGroupSetKeyAction>
AttributeGroupSetKeyActionBuilder
Example to create an instance using the builder pattern

     AttributeGroupSetKeyAction attributeGroupSetKeyAction = AttributeGroupSetKeyAction.builder()
             .build()
 
  • Constructor Details

    • AttributeGroupSetKeyActionBuilder

      public AttributeGroupSetKeyActionBuilder()
  • Method Details