Class CustomerSetExternalIdActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetExternalIdActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CustomerSetExternalIdAction>

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

     CustomerSetExternalIdAction customerSetExternalIdAction = CustomerSetExternalIdAction.builder()
             .build()