Uses of Class
com.ibm.fhir.model.resource.ImplementationGuide.Manifest.Page
-
Packages that use ImplementationGuide.Manifest.Page Package Description com.ibm.fhir.model.resource -
-
Uses of ImplementationGuide.Manifest.Page in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type ImplementationGuide.Manifest.Page Modifier and Type Method Description List<ImplementationGuide.Manifest.Page>
ImplementationGuide.Manifest. getPage()
Information about a page within the IG.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type ImplementationGuide.Manifest.Page Modifier and Type Method Description ImplementationGuide.Manifest.Builder
ImplementationGuide.Manifest.Builder. page(Collection<ImplementationGuide.Manifest.Page> page)
Information about a page within the IG.
-