Interface MyCustomerSetMiddleNameAction

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

MyCustomerSetMiddleNameAction
Example to create an instance using the builder pattern

     MyCustomerSetMiddleNameAction myCustomerSetMiddleNameAction = MyCustomerSetMiddleNameAction.builder()
             .build()