Class MyCustomerChangeEmailActionBuilder

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

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

     MyCustomerChangeEmailAction myCustomerChangeEmailAction = MyCustomerChangeEmailAction.builder()
             .email("{email}")
             .build()