Uses of Class
net.pricefx.common.apibuilder.contract.ContractStructure.Item
-
Packages that use ContractStructure.Item Package Description net.pricefx.common.apibuilder.contract ContractBuilder API allows to manipulate a contract object from a header logic. -
-
Uses of ContractStructure.Item in net.pricefx.common.apibuilder.contract
Fields in net.pricefx.common.apibuilder.contract with type parameters of type ContractStructure.Item Modifier and Type Field Description List<ContractStructure.Item>
ContractStructure.Item. items
List<ContractStructure.Item>
ContractStructure. items
The list of items to add in this level of the contractMethods in net.pricefx.common.apibuilder.contract that return ContractStructure.Item Modifier and Type Method Description ContractStructure.Item
ContractStructure. addFolder(String label)
Creates and adds a new folderContractStructure.Item
ContractStructure. addFolder(String label, List<Map<String,Object>> inputs)
Creates and adds a new folderContractStructure.Item
ContractStructure. addItem(String name)
Creates and adds a new itemContractStructure.Item
ContractStructure. addItem(String name, List<Map<String,Object>> inputs)
Creates and adds a new itemContractStructure.Item
ContractStructure. createFolder(String label)
Creates a new folder item, but does not add it to the listContractStructure.Item
ContractStructure. createItem(String name)
Creates a new "part" item but does not add it
-