Uses of Class
com.ibm.fhir.model.resource.ValueSet.Expansion.Parameter
-
Packages that use ValueSet.Expansion.Parameter Package Description com.ibm.fhir.model.resource -
-
Uses of ValueSet.Expansion.Parameter in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ValueSet.Expansion.Parameter Modifier and Type Method Description ValueSet.Expansion.ParameterValueSet.Expansion.Parameter.Builder. build()Build theValueSet.Expansion.ParameterMethods in com.ibm.fhir.model.resource that return types with arguments of type ValueSet.Expansion.Parameter Modifier and Type Method Description java.util.List<ValueSet.Expansion.Parameter>ValueSet.Expansion. getParameter()A parameter that controlled the expansion process.Methods in com.ibm.fhir.model.resource with parameters of type ValueSet.Expansion.Parameter Modifier and Type Method Description protected ValueSet.Expansion.Parameter.BuilderValueSet.Expansion.Parameter.Builder. from(ValueSet.Expansion.Parameter parameter)ValueSet.Expansion.BuilderValueSet.Expansion.Builder. parameter(ValueSet.Expansion.Parameter... parameter)A parameter that controlled the expansion process.protected voidValueSet.Expansion.Parameter.Builder. validate(ValueSet.Expansion.Parameter parameter)Method parameters in com.ibm.fhir.model.resource with type arguments of type ValueSet.Expansion.Parameter Modifier and Type Method Description ValueSet.Expansion.BuilderValueSet.Expansion.Builder. parameter(java.util.Collection<ValueSet.Expansion.Parameter> parameter)A parameter that controlled the expansion process.
-