Uses of Class
com.ibm.fhir.model.resource.Contract.Term.Asset.ValuedItem
-
Packages that use Contract.Term.Asset.ValuedItem Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Term.Asset.ValuedItem in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Term.Asset.ValuedItem Modifier and Type Method Description Contract.Term.Asset.ValuedItemContract.Term.Asset.ValuedItem.Builder. build()Build theContract.Term.Asset.ValuedItemMethods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.Asset.ValuedItem Modifier and Type Method Description java.util.List<Contract.Term.Asset.ValuedItem>Contract.Term.Asset. getValuedItem()Contract Valued Item List.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Term.Asset.ValuedItem Modifier and Type Method Description protected Contract.Term.Asset.ValuedItem.BuilderContract.Term.Asset.ValuedItem.Builder. from(Contract.Term.Asset.ValuedItem valuedItem)protected voidContract.Term.Asset.ValuedItem.Builder. validate(Contract.Term.Asset.ValuedItem valuedItem)Contract.Term.Asset.BuilderContract.Term.Asset.Builder. valuedItem(Contract.Term.Asset.ValuedItem... valuedItem)Contract Valued Item List.Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Term.Asset.ValuedItem Modifier and Type Method Description Contract.Term.Asset.BuilderContract.Term.Asset.Builder. valuedItem(java.util.Collection<Contract.Term.Asset.ValuedItem> valuedItem)Contract Valued Item List.
-