Uses of Class
org.linuxforhealth.fhir.model.resource.ImplementationGuide.Global
-
Packages that use ImplementationGuide.Global Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ImplementationGuide.Global in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.Global
ImplementationGuide.Global.Builder. build()
Build theImplementationGuide.Global
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ImplementationGuide.Global Modifier and Type Method Description java.util.List<ImplementationGuide.Global>
ImplementationGuide. getGlobal()
A set of profiles that all resources covered by this implementation guide must conform to.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ImplementationGuide.Global Modifier and Type Method Description protected ImplementationGuide.Global.Builder
ImplementationGuide.Global.Builder. from(ImplementationGuide.Global global)
ImplementationGuide.Builder
ImplementationGuide.Builder. global(ImplementationGuide.Global... global)
A set of profiles that all resources covered by this implementation guide must conform to.protected void
ImplementationGuide.Global.Builder. validate(ImplementationGuide.Global global)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.Builder
ImplementationGuide.Builder. global(java.util.Collection<ImplementationGuide.Global> global)
A set of profiles that all resources covered by this implementation guide must conform to.
-