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.SignerContract.Signer.Builder. build()Build theContract.SignerMethods 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.BuilderContract.Signer.Builder. from(Contract.Signer signer)Contract.BuilderContract.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 voidContract.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.BuilderContract.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.
-