Interface MyCustomerSetFirstNameAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerSetFirstNameActionImpl

Setting the first name of the Customer produces the CustomerFirstNameSetMessage.


Example to create an instance using the builder pattern

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