Class AttributeValueBuilder

java.lang.Object
com.commercetools.history.models.change_value.AttributeValueBuilder
All Implemented Interfaces:
Builder<AttributeValue>

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

     AttributeValue attributeValue = AttributeValue.builder()
             .name("{name}")
             .build()