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.ActionRequestGroup.Action.Builder. build()Build theRequestGroup.ActionMethods 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.BuilderRequestGroup.Action.Builder. action(RequestGroup.Action... action)Sub actions.RequestGroup.BuilderRequestGroup.Builder. action(RequestGroup.Action... action)The actions, if any, produced by the evaluation of the artifact.protected RequestGroup.Action.BuilderRequestGroup.Action.Builder. from(RequestGroup.Action action)protected voidRequestGroup.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.BuilderRequestGroup.Action.Builder. action(java.util.Collection<RequestGroup.Action> action)Sub actions.RequestGroup.BuilderRequestGroup.Builder. action(java.util.Collection<RequestGroup.Action> action)The actions, if any, produced by the evaluation of the artifact. 
 -