Uses of Class
com.ibm.fhir.model.resource.Contract.Term.Action.Subject
-
Packages that use Contract.Term.Action.Subject Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Term.Action.Subject in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Term.Action.Subject Modifier and Type Method Description Contract.Term.Action.SubjectContract.Term.Action.Subject.Builder. build()Build theContract.Term.Action.SubjectMethods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.Action.Subject Modifier and Type Method Description java.util.List<Contract.Term.Action.Subject>Contract.Term.Action. getSubject()Entity of the action.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Term.Action.Subject Modifier and Type Method Description protected Contract.Term.Action.Subject.BuilderContract.Term.Action.Subject.Builder. from(Contract.Term.Action.Subject subject)Contract.Term.Action.BuilderContract.Term.Action.Builder. subject(Contract.Term.Action.Subject... subject)Entity of the action.protected voidContract.Term.Action.Subject.Builder. validate(Contract.Term.Action.Subject subject)Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Term.Action.Subject Modifier and Type Method Description Contract.Term.Action.BuilderContract.Term.Action.Builder. subject(java.util.Collection<Contract.Term.Action.Subject> subject)Entity of the action.
-