Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term.Offer.Answer
- 
Packages that use Contract.Term.Offer.Answer Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Contract.Term.Offer.Answer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term.Offer.Answer Modifier and Type Method Description Contract.Term.Offer.AnswerContract.Term.Offer.Answer.Builder. build()Build theContract.Term.Offer.AnswerMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term.Offer.Answer Modifier and Type Method Description java.util.List<Contract.Term.Offer.Answer>Contract.Term.Asset. getAnswer()Response to assets.java.util.List<Contract.Term.Offer.Answer>Contract.Term.Offer. getAnswer()Response to offer text.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term.Offer.Answer Modifier and Type Method Description Contract.Term.Asset.BuilderContract.Term.Asset.Builder. answer(Contract.Term.Offer.Answer... answer)Response to assets.Contract.Term.Offer.BuilderContract.Term.Offer.Builder. answer(Contract.Term.Offer.Answer... answer)Response to offer text.protected Contract.Term.Offer.Answer.BuilderContract.Term.Offer.Answer.Builder. from(Contract.Term.Offer.Answer answer)protected voidContract.Term.Offer.Answer.Builder. validate(Contract.Term.Offer.Answer answer)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term.Offer.Answer Modifier and Type Method Description Contract.Term.Asset.BuilderContract.Term.Asset.Builder. answer(java.util.Collection<Contract.Term.Offer.Answer> answer)Response to assets.Contract.Term.Offer.BuilderContract.Term.Offer.Builder. answer(java.util.Collection<Contract.Term.Offer.Answer> answer)Response to offer text. 
 -