Uses of Class
org.linuxforhealth.fhir.model.resource.SupplyRequest.Parameter
- 
Packages that use SupplyRequest.Parameter Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of SupplyRequest.Parameter in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.ParameterSupplyRequest.Parameter.Builder. build()Build theSupplyRequest.ParameterMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SupplyRequest.Parameter Modifier and Type Method Description java.util.List<SupplyRequest.Parameter>SupplyRequest. getParameter()Specific parameters for the ordered item.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SupplyRequest.Parameter Modifier and Type Method Description protected SupplyRequest.Parameter.BuilderSupplyRequest.Parameter.Builder. from(SupplyRequest.Parameter parameter)SupplyRequest.BuilderSupplyRequest.Builder. parameter(SupplyRequest.Parameter... parameter)Specific parameters for the ordered item.protected voidSupplyRequest.Parameter.Builder. validate(SupplyRequest.Parameter parameter)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.BuilderSupplyRequest.Builder. parameter(java.util.Collection<SupplyRequest.Parameter> parameter)Specific parameters for the ordered item. 
 -