Uses of Class
com.ibm.fhir.model.resource.ActivityDefinition.Participant
-
Packages that use ActivityDefinition.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of ActivityDefinition.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActivityDefinition.Participant Modifier and Type Method Description ActivityDefinition.Participant
ActivityDefinition.Participant.Builder. build()
Build theActivityDefinition.Participant
Methods in com.ibm.fhir.model.resource that return types with arguments of type ActivityDefinition.Participant Modifier and Type Method Description List<ActivityDefinition.Participant>
ActivityDefinition. getParticipant()
Indicates who should participate in performing the action described.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type ActivityDefinition.Participant Modifier and Type Method Description ActivityDefinition.Builder
ActivityDefinition.Builder. participant(Collection<ActivityDefinition.Participant> participant)
Indicates who should participate in performing the action described.
-