Class AttributeGroupSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.attribute_group.AttributeGroupSetKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AttributeGroupSetKeyAction>

public class AttributeGroupSetKeyActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<AttributeGroupSetKeyAction>
AttributeGroupSetKeyActionBuilder
Example to create an instance using the builder pattern

     AttributeGroupSetKeyAction attributeGroupSetKeyAction = AttributeGroupSetKeyAction.builder()
             .build()