Interface ProductSelectionUpdate

All Superinterfaces:
ResourceUpdate<ProductSelectionUpdate,ProductSelectionUpdateAction,ProductSelectionUpdateBuilder>
All Known Implementing Classes:
ProductSelectionUpdateImpl

ProductSelectionUpdate
Example to create an instance using the builder pattern

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