Uses of Class
org.bonitasoft.web.client.model.ContractInput
-
Packages that use ContractInput Package Description org.bonitasoft.web.client.model -
-
Uses of ContractInput in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ContractInput Modifier and Type Method Description ContractInputContractInput. addInputsItem(ContractInput inputsItem)ContractInputContractInput. description(String description)ContractInputContractInput. inputs(List<ContractInput> inputs)ContractInputContractInput. multiple(String multiple)ContractInputContractInput. name(String name)ContractInputContractInput. type(String type)Methods in org.bonitasoft.web.client.model that return types with arguments of type ContractInput Modifier and Type Method Description List<ContractInput>Contract. getInputs()Get inputsList<ContractInput>ContractInput. getInputs()Get inputsMethods in org.bonitasoft.web.client.model with parameters of type ContractInput Modifier and Type Method Description ContractContract. addInputsItem(ContractInput inputsItem)ContractInputContractInput. addInputsItem(ContractInput inputsItem)Method parameters in org.bonitasoft.web.client.model with type arguments of type ContractInput Modifier and Type Method Description ContractContract. inputs(List<ContractInput> inputs)ContractInputContractInput. inputs(List<ContractInput> inputs)voidContract. setInputs(List<ContractInput> inputs)voidContractInput. setInputs(List<ContractInput> inputs)
-