Uses of Class
ca.uhn.fhir.rest.param.StringParam
-
Packages that use StringParam Package Description ca.uhn.fhir.rest.param -
-
Uses of StringParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return StringParam Modifier and Type Method Description StringParamStringParam. setContains(boolean theContains)String parameter modifier:containsStringParamStringParam. setExact(boolean theExact)StringParamStringParam. setValue(String theValue)StringParamReferenceParam. toStringParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toStringParam.Methods in ca.uhn.fhir.rest.param with parameters of type StringParam Modifier and Type Method Description StringAndListParamStringAndListParam. addAnd(StringParam theValue)StringOrListParamStringOrListParam. addOr(StringParam theParameter)
-