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