Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Signer
-
Packages that use Contract.Signer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Signer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Signer Modifier and Type Method Description Contract.Signer
Contract.Signer.Builder. build()
Build theContract.Signer
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Signer Modifier and Type Method Description java.util.List<Contract.Signer>
Contract. getSigner()
Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Signer Modifier and Type Method Description protected Contract.Signer.Builder
Contract.Signer.Builder. from(Contract.Signer signer)
Contract.Builder
Contract.Builder. signer(Contract.Signer... signer)
Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.protected void
Contract.Signer.Builder. validate(Contract.Signer signer)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Signer Modifier and Type Method Description Contract.Builder
Contract.Builder. signer(java.util.Collection<Contract.Signer> signer)
Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.
-