Interface MyCustomerSetTitleAction

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

Setting the title of the Customer produces the CustomerTitleSetMessage.


Example to create an instance using the builder pattern

     MyCustomerSetTitleAction myCustomerSetTitleAction = MyCustomerSetTitleAction.builder()
             .build()