public static interface InventoryTransformation.Builder extends ResettableBuilder<InventoryTransformation,InventoryTransformation.Builder>
Modifier and Type | Method and Description |
---|---|
InventoryTransformation.Builder |
append(QueryOperation... operation)
Appends one or more
QueryOperation s |
InventoryTransformation |
build()
Builds the transformation
|
from, reset
InventoryTransformation.Builder append(QueryOperation... operation)
QueryOperation
soperation
- The operations to addInventoryTransformation build()