Uses of Class
com.ibm.fhir.model.resource.Contract.Term.Offer.Party
-
Packages that use Contract.Term.Offer.Party Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Term.Offer.Party in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Term.Offer.Party Modifier and Type Method Description Contract.Term.Offer.Party
Contract.Term.Offer.Party.Builder. build()
Build theContract.Term.Offer.Party
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.Offer.Party Modifier and Type Method Description List<Contract.Term.Offer.Party>
Contract.Term.Offer. getParty()
Offer Recipient.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Term.Offer.Party Modifier and Type Method Description protected Contract.Term.Offer.Party.Builder
Contract.Term.Offer.Party.Builder. from(Contract.Term.Offer.Party party)
Contract.Term.Offer.Builder
Contract.Term.Offer.Builder. party(Contract.Term.Offer.Party... party)
Offer Recipient.protected void
Contract.Term.Offer.Party.Builder. validate(Contract.Term.Offer.Party party)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Term.Offer.Party Modifier and Type Method Description Contract.Term.Offer.Builder
Contract.Term.Offer.Builder. party(Collection<Contract.Term.Offer.Party> party)
Offer Recipient.
-