Interface ProductTypeUpdate

All Superinterfaces:
ResourceUpdate<ProductTypeUpdate,ProductTypeUpdateAction,ProductTypeUpdateBuilder>

ProductTypeUpdate
Example to create an instance using the builder pattern

     ProductTypeUpdate productTypeUpdate = ProductTypeUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()