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.ParticipantTestReport.Participant.Builder. build()Build theTestReport.ParticipantMethods 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.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 com.ibm.fhir.model.resource with type arguments of type TestReport.Participant Modifier and Type Method Description TestReport.BuilderTestReport.Builder. participant(Collection<TestReport.Participant> participant)A participant in the test execution, either the execution engine, a client, or a server.
-