Interface MyCustomerUpdate

All Superinterfaces:
ResourceUpdate<MyCustomerUpdate,MyCustomerUpdateAction,MyCustomerUpdateBuilder>

MyCustomerUpdate
Example to create an instance using the builder pattern

     MyCustomerUpdate myCustomerUpdate = MyCustomerUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()