
Package ca.uhn.fhir.rest.gclient
Interface NumberClientParam.IMatches<T>
-
- Enclosing class:
- NumberClientParam
public static interface NumberClientParam.IMatches<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
number(long theNumber)
Creates a search criterion that matches against the given numberT
number(String theNumber)
Creates a search criterion that matches against the given number
-