
Package ca.uhn.fhir.rest.gclient
Class UriClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.UriClientParam
- All Implemented Interfaces:
- IParam
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the name of this parameterICriterion<?> isMissing(boolean theMissing) Sets the:missingqualifier 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- 
getParamNameDescription copied from interface:IParamReturns the name of this parameter- Specified by:
- getParamNamein interface- IParam
 
- 
matchesDeprecated.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
 
- 
matchesThe 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".
- 
isMissingDescription copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuemissing . Set this tofalseto indicate that the server should return resources with this value populated.
 
- 
matches()instead