Uses of Class
org.linuxforhealth.fhir.model.resource.RequestGroup.Action
-
Packages that use RequestGroup.Action Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of RequestGroup.Action in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return RequestGroup.Action Modifier and Type Method Description RequestGroup.Action
RequestGroup.Action.Builder. build()
Build theRequestGroup.Action
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type RequestGroup.Action Modifier and Type Method Description java.util.List<RequestGroup.Action>
RequestGroup.Action. getAction()
Sub actions.java.util.List<RequestGroup.Action>
RequestGroup. getAction()
The actions, if any, produced by the evaluation of the artifact.Methods in org.linuxforhealth.fhir.model.resource with parameters of type RequestGroup.Action Modifier and Type Method Description RequestGroup.Action.Builder
RequestGroup.Action.Builder. action(RequestGroup.Action... action)
Sub actions.RequestGroup.Builder
RequestGroup.Builder. action(RequestGroup.Action... action)
The actions, if any, produced by the evaluation of the artifact.protected RequestGroup.Action.Builder
RequestGroup.Action.Builder. from(RequestGroup.Action action)
protected void
RequestGroup.Action.Builder. validate(RequestGroup.Action action)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type RequestGroup.Action Modifier and Type Method Description RequestGroup.Action.Builder
RequestGroup.Action.Builder. action(java.util.Collection<RequestGroup.Action> action)
Sub actions.RequestGroup.Builder
RequestGroup.Builder. action(java.util.Collection<RequestGroup.Action> action)
The actions, if any, produced by the evaluation of the artifact.
-