Uses of Class
org.linuxforhealth.fhir.model.resource.GraphDefinition.Link.Target.Compartment
-
Packages that use GraphDefinition.Link.Target.Compartment Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of GraphDefinition.Link.Target.Compartment in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return GraphDefinition.Link.Target.Compartment Modifier and Type Method Description GraphDefinition.Link.Target.Compartment
GraphDefinition.Link.Target.Compartment.Builder. build()
Build theGraphDefinition.Link.Target.Compartment
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type GraphDefinition.Link.Target.Compartment Modifier and Type Method Description java.util.List<GraphDefinition.Link.Target.Compartment>
GraphDefinition.Link.Target. getCompartment()
Compartment Consistency Rules.Methods in org.linuxforhealth.fhir.model.resource with parameters of type GraphDefinition.Link.Target.Compartment Modifier and Type Method Description GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. compartment(GraphDefinition.Link.Target.Compartment... compartment)
Compartment Consistency Rules.protected GraphDefinition.Link.Target.Compartment.Builder
GraphDefinition.Link.Target.Compartment.Builder. from(GraphDefinition.Link.Target.Compartment compartment)
protected void
GraphDefinition.Link.Target.Compartment.Builder. validate(GraphDefinition.Link.Target.Compartment compartment)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type GraphDefinition.Link.Target.Compartment Modifier and Type Method Description GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. compartment(java.util.Collection<GraphDefinition.Link.Target.Compartment> compartment)
Compartment Consistency Rules.
-