Package ca.uhn.fhir.rest.gclient
Class NumberClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.NumberClientParam
- All Implemented Interfaces:
IParam
Token parameter type for use in fluent client interfaces
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexactly()
Returns the name of this parameterICriterion
<?> isMissing
(boolean theMissing) Sets the:missing
qualifier for this parameter.lessThan()
withPrefix
(ParamPrefixEnum thePrefix)
-
Constructor Details
-
NumberClientParam
-
-
Method Details
-
exactly
-
getParamName
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
greaterThan
-
greaterThanOrEqual
-
lessThan
-
lessThanOrEqual
-
withPrefix
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> withPrefix(ParamPrefixEnum thePrefix) -
isMissing
Description copied from interface:IParam
Sets the:missing
qualifier for this parameter. Set this totrue
to indicate that the server should return resources with this valuemissing
. Set this tofalse
to indicate that the server should return resources with this value populated.
-