Interface ProductSelectionUpdate

All Superinterfaces:
ResourceUpdate<ProductSelectionUpdate,ProductSelectionUpdateAction,ProductSelectionUpdateBuilder>

ProductSelectionUpdate
Example to create an instance using the builder pattern

     ProductSelectionUpdate productSelectionUpdate = ProductSelectionUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()