Interface CustomerSetTitleAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetTitleActionImpl

Setting the title of the Customer produces the CustomerTitleSetMessage.


Example to create an instance using the builder pattern

     CustomerSetTitleAction customerSetTitleAction = CustomerSetTitleAction.builder()
             .build()