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.SecurityLabelContract.Term.SecurityLabel.Builder. build()Build theContract.Term.SecurityLabelMethods 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.BuilderContract.Term.SecurityLabel.Builder. from(Contract.Term.SecurityLabel securityLabel)Contract.Term.BuilderContract.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 voidContract.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.BuilderContract.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..
-