Uses of Class
com.ibm.fhir.model.resource.GraphDefinition.Link.Target.Compartment
-
Packages that use GraphDefinition.Link.Target.Compartment Package Description com.ibm.fhir.model.resource -
-
Uses of GraphDefinition.Link.Target.Compartment in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type GraphDefinition.Link.Target.Compartment Modifier and Type Method Description List<GraphDefinition.Link.Target.Compartment>
GraphDefinition.Link.Target. getCompartment()
Compartment Consistency Rules.Methods in com.ibm.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 com.ibm.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(Collection<GraphDefinition.Link.Target.Compartment> compartment)
Compartment Consistency Rules.
-