Interface MyCustomerSetLastNameAction

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

Setting the last name of the Customer produces the CustomerLastNameSetMessage.


Example to create an instance using the builder pattern

     MyCustomerSetLastNameAction myCustomerSetLastNameAction = MyCustomerSetLastNameAction.builder()
             .build()