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.Participant
TestReport.Participant.Builder. build()
Build theTestReport.Participant
Methods 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.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.protected void
TestReport.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.Builder
TestReport.Builder. participant(java.util.Collection<TestReport.Participant> participant)
A participant in the test execution, either the execution engine, a client, or a server.
-