Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Group.Input
-
Packages that use StructureMap.Group.Input Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureMap.Group.Input in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureMap.Group.Input Modifier and Type Method Description StructureMap.Group.Input
StructureMap.Group.Input.Builder. build()
Build theStructureMap.Group.Input
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type StructureMap.Group.Input Modifier and Type Method Description java.util.List<StructureMap.Group.Input>
StructureMap.Group. getInput()
A name assigned to an instance of data.Methods in org.linuxforhealth.fhir.model.resource with parameters of type StructureMap.Group.Input Modifier and Type Method Description protected StructureMap.Group.Input.Builder
StructureMap.Group.Input.Builder. from(StructureMap.Group.Input input)
StructureMap.Group.Builder
StructureMap.Group.Builder. input(StructureMap.Group.Input... input)
A name assigned to an instance of data.protected void
StructureMap.Group.Input.Builder. validate(StructureMap.Group.Input input)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type StructureMap.Group.Input Modifier and Type Method Description StructureMap.Group.Builder
StructureMap.Group.Builder. input(java.util.Collection<StructureMap.Group.Input> input)
A name assigned to an instance of data.
-