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
QueryOperations |
InventoryTransformation |
build()
Builds the transformation
|
from, resetInventoryTransformation.Builder append(QueryOperation... operation)
QueryOperationsoperation - The operations to addInventoryTransformation build()