Uses of Class
org.linuxforhealth.fhir.model.resource.ImplementationGuide.Manifest.Page
-
Packages that use ImplementationGuide.Manifest.Page Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ImplementationGuide.Manifest.Page in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ImplementationGuide.Manifest.Page Modifier and Type Method Description ImplementationGuide.Manifest.Page
ImplementationGuide.Manifest.Page.Builder. build()
Build theImplementationGuide.Manifest.Page
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ImplementationGuide.Manifest.Page Modifier and Type Method Description java.util.List<ImplementationGuide.Manifest.Page>
ImplementationGuide.Manifest. getPage()
Information about a page within the IG.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ImplementationGuide.Manifest.Page Modifier and Type Method Description protected ImplementationGuide.Manifest.Page.Builder
ImplementationGuide.Manifest.Page.Builder. from(ImplementationGuide.Manifest.Page page)
ImplementationGuide.Manifest.Builder
ImplementationGuide.Manifest.Builder. page(ImplementationGuide.Manifest.Page... page)
Information about a page within the IG.protected void
ImplementationGuide.Manifest.Page.Builder. validate(ImplementationGuide.Manifest.Page page)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ImplementationGuide.Manifest.Page Modifier and Type Method Description ImplementationGuide.Manifest.Builder
ImplementationGuide.Manifest.Builder. page(java.util.Collection<ImplementationGuide.Manifest.Page> page)
Information about a page within the IG.
-