Class MyCustomerSetDateOfBirthActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCustomerSetDateOfBirthActionBuilder
All Implemented Interfaces:
Builder<MyCustomerSetDateOfBirthAction>

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

     MyCustomerSetDateOfBirthAction myCustomerSetDateOfBirthAction = MyCustomerSetDateOfBirthAction.builder()
             .build()