Uses of Class
net.pricefx.common.apibuilder.quote.QuoteStructure.Item
-
Packages that use QuoteStructure.Item Package Description net.pricefx.common.apibuilder.quote -
-
Uses of QuoteStructure.Item in net.pricefx.common.apibuilder.quote
Fields in net.pricefx.common.apibuilder.quote with type parameters of type QuoteStructure.Item Modifier and Type Field Description List<QuoteStructure.Item>
QuoteStructure.Item. items
List<QuoteStructure.Item>
QuoteStructure. items
The list of items to add in this level of the quoteMethods in net.pricefx.common.apibuilder.quote that return QuoteStructure.Item Modifier and Type Method Description QuoteStructure.Item
QuoteStructure. addFolder(String label)
Creates and adds a new folderQuoteStructure.Item
QuoteStructure. addFolder(String label, List<Map<String,Object>> inputs)
Creates and adds a new folderQuoteStructure.Item
QuoteStructure. addPart(String sku)
Creates and adds a new partQuoteStructure.Item
QuoteStructure. addPart(String sku, List<Map<String,Object>> inputs)
Creates and adds a new partQuoteStructure.Item
QuoteStructure. createFolder(String label)
Creates a new folder item, but does not add it to the listQuoteStructure.Item
QuoteStructure. createPart(String sku)
Creates a new "part" item but does not add it
-