Uses of Class
org.linuxforhealth.fhir.model.resource.ActivityDefinition.Participant
-
Packages that use ActivityDefinition.Participant Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ActivityDefinition.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ActivityDefinition.Participant Modifier and Type Method Description ActivityDefinition.Participant
ActivityDefinition.Participant.Builder. build()
Build theActivityDefinition.Participant
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ActivityDefinition.Participant Modifier and Type Method Description java.util.List<ActivityDefinition.Participant>
ActivityDefinition. getParticipant()
Indicates who should participate in performing the action described.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ActivityDefinition.Participant Modifier and Type Method Description protected ActivityDefinition.Participant.Builder
ActivityDefinition.Participant.Builder. from(ActivityDefinition.Participant participant)
ActivityDefinition.Builder
ActivityDefinition.Builder. participant(ActivityDefinition.Participant... participant)
Indicates who should participate in performing the action described.protected void
ActivityDefinition.Participant.Builder. validate(ActivityDefinition.Participant participant)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ActivityDefinition.Participant Modifier and Type Method Description ActivityDefinition.Builder
ActivityDefinition.Builder. participant(java.util.Collection<ActivityDefinition.Participant> participant)
Indicates who should participate in performing the action described.
-