Interface CustomerSetFirstNameAction

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

CustomerSetFirstNameAction
Example to create an instance using the builder pattern

     CustomerSetFirstNameAction customerSetFirstNameAction = CustomerSetFirstNameAction.builder()
             .build()