Uses of Class
com.ibm.fhir.model.resource.Contract.Term.SecurityLabel
-
Packages that use Contract.Term.SecurityLabel Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Term.SecurityLabel in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.SecurityLabel Modifier and Type Method Description 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 com.ibm.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..Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Term.SecurityLabel Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. securityLabel(Collection<Contract.Term.SecurityLabel> securityLabel)
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
-