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.Relationship
SubstanceSpecification.Relationship.Builder. build()
Build theSubstanceSpecification.Relationship
Methods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceSpecification.Relationship Modifier and Type Method Description java.util.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.Builder
SubstanceSpecification.Relationship.Builder. from(SubstanceSpecification.Relationship relationship)
SubstanceSpecification.Builder
SubstanceSpecification.Builder. relationship(SubstanceSpecification.Relationship... relationship)
A link between this substance and another, with details of the relationship.protected void
SubstanceSpecification.Relationship.Builder. validate(SubstanceSpecification.Relationship relationship)
Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Relationship Modifier and Type Method Description SubstanceSpecification.Builder
SubstanceSpecification.Builder. relationship(java.util.Collection<SubstanceSpecification.Relationship> relationship)
A link between this substance and another, with details of the relationship.
-