Class CustomerSetDateOfBirthActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetDateOfBirthActionBuilder
All Implemented Interfaces:
Builder<CustomerSetDateOfBirthAction>

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

     CustomerSetDateOfBirthAction customerSetDateOfBirthAction = CustomerSetDateOfBirthAction.builder()
             .build()