Interface MyCustomerSetFirstNameAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetFirstNameAction extends MyCustomerUpdateAction

Setting the first name of the Customer produces the CustomerFirstNameSet Message.


Example to create an instance using the builder pattern

     MyCustomerSetFirstNameAction myCustomerSetFirstNameAction = MyCustomerSetFirstNameAction.builder()
             .build()