Uses of Class
com.ibm.fhir.model.resource.SubstanceSpecification.Relationship
-
Packages that use SubstanceSpecification.Relationship Package Description com.ibm.fhir.model.resource -
-
Uses of SubstanceSpecification.Relationship in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstanceSpecification.Relationship Modifier and Type Method Description SubstanceSpecification.RelationshipSubstanceSpecification.Relationship.Builder. build()Build theSubstanceSpecification.RelationshipMethods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceSpecification.Relationship Modifier and Type Method Description List<SubstanceSpecification.Relationship>SubstanceSpecification. getRelationship()A link between this substance and another, with details of the relationship.Methods in com.ibm.fhir.model.resource with parameters of type SubstanceSpecification.Relationship Modifier and Type Method Description protected SubstanceSpecification.Relationship.BuilderSubstanceSpecification.Relationship.Builder. from(SubstanceSpecification.Relationship relationship)SubstanceSpecification.BuilderSubstanceSpecification.Builder. relationship(SubstanceSpecification.Relationship... relationship)A link between this substance and another, with details of the relationship.Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Relationship Modifier and Type Method Description SubstanceSpecification.BuilderSubstanceSpecification.Builder. relationship(Collection<SubstanceSpecification.Relationship> relationship)A link between this substance and another, with details of the relationship.
-