Interface MyCustomerSetCustomTypeAction

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

MyCustomerSetCustomTypeAction
Example to create an instance using the builder pattern

     MyCustomerSetCustomTypeAction myCustomerSetCustomTypeAction = MyCustomerSetCustomTypeAction.builder()
             .build()