Package ca.uhn.fhir.rest.gclient
Class DateClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.DateClientParam
- All Implemented Interfaces:
IParam
Date parameter type for use in fluent client interfaces
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionafter()
before()
exactly()
Returns the name of this parameterICriterion
<?> isMissing
(boolean theMissing) Sets the:missing
qualifier for this parameter.
-
Constructor Details
-
DateClientParam
-
-
Method Details
-
getParamName
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
after
-
afterOrEquals
-
before
-
beforeOrEquals
-
exactly
-
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.
-