Interface MyCustomerSetLocaleAction

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

MyCustomerSetLocaleAction
Example to create an instance using the builder pattern

     MyCustomerSetLocaleAction myCustomerSetLocaleAction = MyCustomerSetLocaleAction.builder()
             .build()