Uses of Class
com.ibm.fhir.model.resource.TestReport.Participant
-
Packages that use TestReport.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of TestReport.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReport.Participant Modifier and Type Method Description TestReport.Participant
TestReport.Participant.Builder. build()
Build theTestReport.Participant
Methods in com.ibm.fhir.model.resource that return types with arguments of type TestReport.Participant Modifier and Type Method Description List<TestReport.Participant>
TestReport. getParticipant()
A participant in the test execution, either the execution engine, a client, or a server.Methods in com.ibm.fhir.model.resource with parameters of type TestReport.Participant Modifier and Type Method Description protected TestReport.Participant.Builder
TestReport.Participant.Builder. from(TestReport.Participant participant)
TestReport.Builder
TestReport.Builder. participant(TestReport.Participant... participant)
A participant in the test execution, either the execution engine, a client, or a server.Method parameters in com.ibm.fhir.model.resource with type arguments of type TestReport.Participant Modifier and Type Method Description TestReport.Builder
TestReport.Builder. participant(Collection<TestReport.Participant> participant)
A participant in the test execution, either the execution engine, a client, or a server.
-