Interface MyCustomerSetSalutationAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetSalutationAction extends MyCustomerUpdateAction
MyCustomerSetSalutationAction
Example to create an instance using the builder pattern

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