Uses of Interface
ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
-
Packages that use StringClientParam.IStringMatch Package Description ca.uhn.fhir.rest.gclient -
-
Uses of StringClientParam.IStringMatch in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return StringClientParam.IStringMatch Modifier and Type Method Description StringClientParam.IStringMatchStringClientParam. contains()The string contains given valueStringClientParam.IStringMatchStringClientParam. 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.IStringMatchStringClientParam. matchesExactly()The string matches exactly the given value
-