Class CustomerSetKeyActionBuilder

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

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

     CustomerSetKeyAction customerSetKeyAction = CustomerSetKeyAction.builder()
             .build()