
Uses of Interface
ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
Packages that use StringClientParam.IStringMatch
-
Uses of StringClientParam.IStringMatch in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return StringClientParam.IStringMatchModifier and TypeMethodDescriptionStringClientParam.contains()The string contains given valueStringClientParam.matches()The string matches the given value (servers will often, but are not required to) implement this as a left match, meaning that a value of "smi" would match "smi" and "smith".StringClientParam.matchesExactly()The string matches exactly the given value