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.ValuedItem
Contract.Term.Asset.ValuedItem.Builder. build()
Build theContract.Term.Asset.ValuedItem
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.Asset.ValuedItem Modifier and Type Method Description 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.Builder
Contract.Term.Asset.ValuedItem.Builder. from(Contract.Term.Asset.ValuedItem valuedItem)
Contract.Term.Asset.Builder
Contract.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.Builder
Contract.Term.Asset.Builder. valuedItem(Collection<Contract.Term.Asset.ValuedItem> valuedItem)
Contract Valued Item List.
-