Uses of Interface
ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
-
Uses of StringClientParam.IStringMatch in ca.uhn.fhir.rest.gclient
Modifier 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