Package ca.uhn.fhir.rest.gclient
Class NumberClientParam
- java.lang.Object
-
- ca.uhn.fhir.rest.gclient.NumberClientParam
-
- All Implemented Interfaces:
IParam
public class NumberClientParam extends Object implements IParam
Token parameter type for use in fluent client interfaces
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNumberClientParam.IMatches<T>
-
Constructor Summary
Constructors Constructor Description NumberClientParam(String theParamName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberClientParam.IMatches<ICriterion<NumberClientParam>>exactly()StringgetParamName()Returns the name of this parameterNumberClientParam.IMatches<ICriterion<NumberClientParam>>greaterThan()NumberClientParam.IMatches<ICriterion<NumberClientParam>>greaterThanOrEqual()ICriterion<?>isMissing(boolean theMissing)Sets the:missingqualifier for this parameter.NumberClientParam.IMatches<ICriterion<NumberClientParam>>lessThan()NumberClientParam.IMatches<ICriterion<NumberClientParam>>lessThanOrEqual()NumberClientParam.IMatches<ICriterion<NumberClientParam>>withPrefix(ParamPrefixEnum thePrefix)
-
-
-
Constructor Detail
-
NumberClientParam
public NumberClientParam(String theParamName)
-
-
Method Detail
-
exactly
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> exactly()
-
getParamName
public String getParamName()
Description copied from interface:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
greaterThan
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> greaterThan()
-
greaterThanOrEqual
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> greaterThanOrEqual()
-
lessThan
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> lessThan()
-
lessThanOrEqual
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> lessThanOrEqual()
-
withPrefix
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> withPrefix(ParamPrefixEnum thePrefix)
-
isMissing
public ICriterion<?> isMissing(boolean theMissing)
Description copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuepopulated
. Set this tofalseto indicate that the server should return resources with this value missing.
-
-