Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term.SecurityLabel
-
Packages that use Contract.Term.SecurityLabel Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Term.SecurityLabel in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term.SecurityLabel Modifier and Type Method Description Contract.Term.SecurityLabel
Contract.Term.SecurityLabel.Builder. build()
Build theContract.Term.SecurityLabel
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term.SecurityLabel Modifier and Type Method Description java.util.List<Contract.Term.SecurityLabel>
Contract.Term. getSecurityLabel()
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term.SecurityLabel Modifier and Type Method Description protected Contract.Term.SecurityLabel.Builder
Contract.Term.SecurityLabel.Builder. from(Contract.Term.SecurityLabel securityLabel)
Contract.Term.Builder
Contract.Term.Builder. securityLabel(Contract.Term.SecurityLabel... securityLabel)
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..protected void
Contract.Term.SecurityLabel.Builder. validate(Contract.Term.SecurityLabel securityLabel)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term.SecurityLabel Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. securityLabel(java.util.Collection<Contract.Term.SecurityLabel> securityLabel)
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
-