Package ca.uhn.fhir.rest.gclient
Class UriClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.UriClientParam
- All Implemented Interfaces:
IParam
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this parameterICriterion
<?> isMissing
(boolean theMissing) Sets the:missing
qualifier for this parameter.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".Deprecated.
-
Constructor Details
-
UriClientParam
-
-
Method Details
-
getParamName
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
matches
Deprecated.theValue does not do anything, usematches()
insteadThe 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".- Parameters:
theValue
- THIS PARAMETER DOES NOT DO ANYTHING - This method was added by accident
-
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". -
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.
-
matches()
instead