Interface MyCustomerSetSalutationAction

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

MyCustomerSetSalutationAction
Example to create an instance using the builder pattern

     MyCustomerSetSalutationAction myCustomerSetSalutationAction = MyCustomerSetSalutationAction.builder()
             .build()