Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term.Asset.Context
-
Packages that use Contract.Term.Asset.Context Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Term.Asset.Context in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term.Asset.Context Modifier and Type Method Description Contract.Term.Asset.ContextContract.Term.Asset.Context.Builder. build()Build theContract.Term.Asset.ContextMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term.Asset.Context Modifier and Type Method Description java.util.List<Contract.Term.Asset.Context>Contract.Term.Asset. getContext()Circumstance of the asset.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term.Asset.Context Modifier and Type Method Description Contract.Term.Asset.BuilderContract.Term.Asset.Builder. context(Contract.Term.Asset.Context... context)Circumstance of the asset.protected Contract.Term.Asset.Context.BuilderContract.Term.Asset.Context.Builder. from(Contract.Term.Asset.Context context)protected voidContract.Term.Asset.Context.Builder. validate(Contract.Term.Asset.Context context)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term.Asset.Context Modifier and Type Method Description Contract.Term.Asset.BuilderContract.Term.Asset.Builder. context(java.util.Collection<Contract.Term.Asset.Context> context)Circumstance of the asset.
-