Uses of Interface
ca.uhn.fhir.rest.gclient.UriClientParam.IUriMatch
-
Packages that use UriClientParam.IUriMatch Package Description ca.uhn.fhir.rest.gclient -
-
Uses of UriClientParam.IUriMatch in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return UriClientParam.IUriMatch Modifier and Type Method Description UriClientParam.IUriMatchUriClientParam. 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".UriClientParam.IUriMatchUriClientParam. matches(String theValue)Deprecated.theValue does not do anything, useUriClientParam.matches()instead
-